Bug #14073
crash d'un workflow/inspect si un saut a un status inconnu
Start date:
24 November 2016
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
Description
Exception: type = '<type 'exceptions.AttributeError'>', value = ''str' object has no attribute 'id'' Stack trace (most recent call first): File "/usr/lib/python2.7/dist-packages/wcs/workflows.py", line 1571, in get_status_parameter_view_value 1569 if status.id == self.status: 1570 return htmltext('<a href="#status-%s">%s</a>') % (status.id, status.name) > 1571 return _('Unknown (%s)') % self.status.id 1572 1573 def get_parameter_view_value(self, widget, parameter):
Files
Associated revisions
History
Updated by Thomas Noël about 8 years ago
- File 0001-workflows-fix-unknown-status-display-in-inspect-view.patch 0001-workflows-fix-unknown-status-display-in-inspect-view.patch added
- Status changed from Nouveau to En cours
- Patch proposed changed from No to Yes
Updated by Thomas Noël about 8 years ago
- Status changed from En cours to Résolu (à déployer)
commit b9b6f987bef44843fc5cba05777054eb5323715e Author: Thomas NOEL <tnoel@entrouvert.com> Date: Thu Nov 24 14:25:18 2016 +0100 workflows: fix unknown status display in inspect view (#14073)
workflows: fix unknown status display in inspect view (#14073)