Project

General

Profile

Bug #14073

crash d'un workflow/inspect si un saut a un status inconnu

Added by Thomas Noël about 8 years ago. Updated about 8 years ago.

Status:
Fermé
Priority:
Normal
Assignee:
Target version:
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

Revision b9b6f987 (diff)
Added by Thomas Noël about 8 years ago

workflows: fix unknown status display in inspect view (#14073)

History

#1

Updated by Thomas Noël about 8 years ago

#2

Updated by Frédéric Péters about 8 years ago

oui, ok.

#3

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)

#4

Updated by Frédéric Péters about 8 years ago

  • Target version set to v1.67
#5

Updated by Frédéric Péters about 8 years ago

  • Status changed from Résolu (à déployer) to Fermé

Also available in: Atom PDF