Ticket #212 (closed defect: fixed)
Sortierung fixen
| Reported by: | fl | Owned by: | joka |
|---|---|---|---|
| Priority: | minor | Milestone: | eidg-2 |
| Component: | design+ui | Keywords: | |
| Cc: | Estimated Hours: | 0 | |
| Add Hours to Ticket: | Billable?: | no | |
| Total Hours: | 5.0 |
Description
(0.5d, 200)
Leerzeichen in der Papieransicht beachten (1. vor 1.1)
adhocracy/lib/sorting.py
1.1 Hallo
1.1.1 Tschüss
Change History
comment:2 Changed 2 years ago by joka
- Owner changed from fl to joka
- Status changed from new to accepted
comment:3 Changed 23 months ago by joka
- Estimated Hours set to 0
- Billable? unset
Man kann jetzt numerisch (oder auch alphanumerisch) bis zum dritten Level sortieren. Kompositzeichen(ü,..) werden als normale Buchstaben behandelt. Spezialbuchstaben wie ß werden falsch sortiert (kommen ans Ende).
TestSortiertung?:
01 b)
1 b)
1 s
1Tschüss
1 ü
1 u
1 v
1a)
1.1 Aba
1.1 Hallo
1.1Hallo
1.1.1 blabalb
1.1.2 blablab
2 Achso
achso
Achso
Note: See
TracTickets for help on using
tickets.

Zahlen sollen als solche geordnet werden (01 > 04).