Uploaded image for project: 'Exchange'
  1. Exchange
  2. EXCHANGE-5

The class .exchange-user-infos-event-date should not be searched only in the direct children

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.0.0
    • 1.0.0
    • None

      How to reproduce :

      • override exchange-agenda-event template like this :
        <xsl:template name="exchange-agenda-event">
        	    &lt;li>
        		    &lt;a class="user-infos-event exchange-user-infos-event">
        				<xsl:call-template name="exchange-event-date"/>
        				<xsl:call-template name="exchange-event-subject"/>
        				<xsl:call-template name="exchange-event-location"/>
        			&lt;/a>
        		&lt;/li>
        	</xsl:template>

        The values of date, subject and location are not finded because tags values are not direct childs.

      You should replace $event.children with $event.find in plugin-exchange/stylesheets/exchange-js.xsl

            laurence Laurence Aumeunier
            llopez Laure Lopez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: