Bug #39765
Not sorted records in newscalendar (listView)
| Status: | New | Start date: | 2012-08-13 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 2 | |||
| Votes: | 0 |
Description
Hello, Philip!
I use your application and found that it is not sorted records as it should be.
The default is written plugin.tx_newscalendar_pi1.listView.order = asc
change to plugin.tx_newscalendar_pi1.listView.order = desc changes do
not occur
Now is as follows (plugin.tx_newscalendar_pi1.listView.order = asc):
01.08.2012 - Record 1
04.08.2012 - Record 2
10.08.2012 - Record 3
Should be as follows (plugin.tx_newscalendar_pi1.listView.order = desc):
10.08.2012 - Record 3
04.08.2012 - Record 2
01.08.2012 - Record 1