# HG changeset patch # User Sylvain Thénault # Date 1253258180 -7200 # Node ID d1230b89d8873d95c75eb137cd753cfa3788cc70 # Parent bf50dc056edd33941a4d6ac03468846543eb0960 [wf graph] translate group names as well diff -r bf50dc056edd -r d1230b89d887 web/views/workflow.py --- 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:'),