branch | 3.5 |
changeset 3307 | d1230b89d887 |
parent 3306 | bf50dc056edd |
child 3335 | 3c035436ca65 |
--- a/web/views/workflow.py Fri Sep 18 09:16:01 2009 +0200 +++ b/web/views/workflow.py Fri Sep 18 09:16:20 2009 +0200 @@ -210,7 +210,7 @@ if tr.require_group: descr.append('%s %s'% ( self._('groups:'), - ','.join(g.name for g in tr.require_group))) + ','.join(g.printable_value('name') for g in tr.require_group))) if tr.condition: descr.append('%s %s'% ( self._('condition:'),