Enhancement #216
Ordenar los resultados de las busquedas por orden alfabético
History
#1 Updated by Fiorella Quino about 9 years ago
- % Done changed from 0 to 60
#2 Updated by Fiorella Quino about 9 years ago
- Status changed from New to In progress
#3 Updated by Fiorella Quino about 9 years ago
- % Done changed from 60 to 80
Para ordenar alfabéticamente se modificó models.py(assets)
class Meta:
ordering = ['name'] # Ordenar por nombre de item
verbose_name = (u"fungible item")
verbose_nameplural = _(u"fungible items")
#4 Updated by Fiorella Quino about 9 years ago
- % Done changed from 80 to 100
#5 Updated by Fiorella Quino almost 9 years ago
- Target version set to Version 1.0
#6 Updated by Fiorella Quino almost 9 years ago
- Status changed from In progress to Resolved
#7 Updated by Fiorella Quino over 8 years ago
- Status changed from Resolved to Closed