[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:
parent
25f0e8184e
commit
1c2936d76d
3 changed files with 60 additions and 17 deletions
|
@ -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>''')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue