• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 2.1.5, 2.2.0, 1.19.5
    • None
    • None
    • None
    • Oui

      the page tag doesn't work. the buton 'signal an error' is still displayed.

          [SKININTRA-512] hide signal form tag doesn't work

          Olivier Gehin added a comment -

          Dont work for me. Randomly show and hide form

          Olivier Gehin added a comment - Dont work for me. Randomly show and hide form

          Olivier Gehin added a comment -

          I have to add a conditon on my project in order to solve this bug :

          <xsl:template name="common-service-body-nonempty-content-content">
                 * <xsl:if test="not($is-empty)">*
                      <xsl:call-template name="btn-form-signal"/>
                  
                      <xsl:call-template name="view">
                          <xsl:with-param name="level" select="'1'"/>
                      </xsl:call-template>
                *  </xsl:if>*
              </xsl:template>

          Olivier Gehin added a comment - I have to add a conditon on my project in order to solve this bug : <xsl:template name= "common-service-body-nonempty-content-content" > * <xsl: if test= "not($is-empty)" >* <xsl:call-template name= "btn-form-signal" /> <xsl:call-template name= "view" > <xsl:with-param name= "level" select= " '1' " /> </xsl:call-template> * </xsl: if >* </xsl:template>

            llopez Laure Lopez
            ogehin Olivier Gehin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: