Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-10036

Param missing into captcha_impl template of CMS plugin

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.1.19, 4.2.7, 4.3.0
    • 4.3.0
    • None
    • None

      How to reproduce it :

      • into your skin, override captcha template with these params : placeholder-i18n, placeholder-catalogue and placeholder
        <xsl:call-template name="captcha">
                            <xsl:with-param name="key-name">captcha-key</xsl:with-param>
                            <xsl:with-param name="key-id">signup-<xsl:value-of select="$uniqueId"/>-captcha-key</xsl:with-param>
                            <xsl:with-param name="placeholder-i18n" select="true()"/>
                            <xsl:with-param name="placeholder">PLUGINS_WEB_SERVICE_USER_SIGNUP_VIEW_CAPTCHA</xsl:with-param>
                            <xsl:with-param name="placeholder-catalogue">plugin.web</xsl:with-param>
      • the i18n key is not translated because template "captcha" calls the template "captcha_impl" without the placeholder-i18n neither the placeholder-catalogue.

            Unassigned Unassigned
            llopez Laure Lopez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: