• Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 1.1.1, 1.2.0
    • None
    • None
    • None
    • 4.6 M5

      When you have no event for "today", calendar list all next events but the items are order by date descending (first is the furthest and not the closest) Then you view events for the last month instead of events for tomorrow

          [SKININTRA-109] Order events on calendar home

          Olivier Gehin added a comment -

          Done in project :

          <xsl:if test="$nextEvents">
                      <div id="next-events-{$uniqueId}">
                           <ul class="list">
                               <xsl:for-each select="$nextEvents"> 
                                  <xsl:sort select="@start" order="ascending"/>
                                       <li class="event">
                                            <xsl:copy-of select="view/content/html/body/node()"/>
                                       </li>
                               </xsl:for-each>
                           </ul>
                      </div>
                  </xsl:if>

          Olivier Gehin added a comment - Done in project : <xsl:if test="$nextEvents">             <div id="next-events-{$uniqueId}">                  <ul class="list">                      <xsl:for-each select="$nextEvents">                          <xsl:sort select="@start" order="ascending"/>                              <li class="event">                                   <xsl:copy-of select="view/content/html/body/node()"/>                              </li>                      </xsl:for-each>                  </ul>             </div>         </xsl:if>

            laurence Laurence Aumeunier
            ogehin Olivier Gehin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: