[gen] Pod field: added param 'getChecked': if you specify there the name of a Ref field of the same gen class, within the pod template you will be able to know what linked objects are currently selected in the user interface.

This commit is contained in:
Gaetan Delannay 2014-07-10 21:22:52 +02:00
parent 25f0e8184e
commit 1c2936d76d
3 changed files with 60 additions and 17 deletions

View file

@ -139,6 +139,8 @@ class ToolWrapper(AbstractWrapper):
<input type="hidden" name="podFormat"/>
<input type="hidden" name="queryData"/>
<input type="hidden" name="customParams"/>
<input type="hidden" name="checkedUids"/>
<input type="hidden" name="checkedSem"/>
<input type="hidden" name="action" value="generate"/>
</form>''')