web/formfields.py
changeset 5911 47216d37bb3d
parent 5908 91c61feb5bc8
child 5916 36206e846a27
--- a/web/formfields.py	Tue Jul 06 17:19:30 2010 +0200
+++ b/web/formfields.py	Tue Jul 06 19:31:50 2010 +0200
@@ -1002,7 +1002,7 @@
         if entity.eid in done:
             continue
         done.add(entity.eid)
-        res.append((entity.view('combobox'), entity.eid))
+        res.append((entity.view('combobox'), unicode(entity.eid)))
     return res