Bug #8013
manager: sorting of role tables by their name does not work anymore
Start date:
03 Aug 2015
Due date:
% Done:
100%
Patch proposed:
No
Planning:
No
Description
The accessor used by the LinkColumn is __unicode__
which does not allow to infer the field for sorting, it should be changed for name
.
Associated revisions
manager: change accessor of name LinkColumn of role tables (fixes #8013)
Using `name` instead of `__unicode__` helps django-tables2 into infering
the sorting field for this column.
History
#1 Updated by Benjamin Dauvergne over 4 years ago
- % Done changed from 0 to 100
- Status changed from Nouveau to Résolu (à déployer)
Appliqué par commit authentic2|6e2b499dc7c428ab09186d65fb2ac2ae2df02d28.
#2 Updated by Benjamin Dauvergne almost 4 years ago
- Status changed from Résolu (à déployer) to Solution déployée
#3 Updated by Benjamin Dauvergne about 2 years ago
- Status changed from Solution déployée to Fermé