• 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 made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Laurence Aumeunier made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Progress [ 3 ] New: Resolved [ 5 ]
          Laurence Aumeunier made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Laurence Aumeunier made changes -
          Assignee New: Laurence Aumeunier [ laurence ]
          Laurence Aumeunier made changes -
          Sprint New: 4.6 M5 [ 76 ]
          Laurence Aumeunier made changes -
          Fix Version/s New: 1.1.1 [ 17294 ]
          Fix Version/s New: 1.2.0 [ 17291 ]

          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>
          Olivier Gehin created issue -

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

              Created:
              Updated:
              Resolved: