openSUSE / osem

Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
http://osem.io
MIT License
873 stars 492 forks source link

frab XML view: dates not sorted #1474

Closed danimo closed 7 years ago

danimo commented 7 years ago

The current export is: <day date="2017-05-27" index="1">, <day date="2017-05-26" index="2">, <day date="2017-05-28" index="3">

This is obviously wrong. My guess is that https://github.com/openSUSE/osem/blob/master/app/views/schedules/show.xml.haml#L12 is the culprit and that sorting the keys would fix it.

differentreality commented 7 years ago

This is specific to events.opensuse.org and not the current branch of OSEM.

danimo commented 7 years ago

If it's fixed it would be nice to learn which commit fixes the issue so we can backport it.