[gen] Bugfixes.

This commit is contained in:
Gaetan Delannay 2014-04-19 19:58:02 +02:00
parent ff7c300dd0
commit 2b1fc85512
3 changed files with 5 additions and 3 deletions

View file

@ -70,7 +70,7 @@ class Field:
tagCss=tagCss|'';
tagCss=('%s %s' % (slaveCss, tagCss)).strip();
zobj=zobj or ztool;
tagId='%s_%s' % (zobj.UID(), name);
tagId='%s_%s' % (zobj.id, name);
tagName=field.master and 'slave' or '';
layoutTarget=field">:tool.pxLayoutedObject</x>''')