JiscSD / archivematica

Free and open-source digital preservation system designed to maintain standards-based, long-term access to collections of digital objects.
http://www.archivematica.org
GNU Affero General Public License v3.0
0 stars 0 forks source link

Dashboard: show job status instead of id #43

Closed sevein closed 6 years ago

sevein commented 6 years ago

At some point in the development of AM17 we converted the status of a job (used in a few models) into a choice set indexed with integers. This template was left behind so it was showing the integer instead of the string.

The solution is based on a custom Django filter. I tried to use a new method property added to the model but it didn't work because it seems to be not a feature available in Django 1.8.