[gen] Ref field: param 'link' can now be 'list' (ongoing work).
This commit is contained in:
parent
81a201dcad
commit
084f1f9a23
13 changed files with 400 additions and 222 deletions
|
@ -122,6 +122,13 @@ class ToolWrapper(AbstractWrapper):
|
|||
<input type="hidden" name="fieldName"/>
|
||||
<input type="hidden" name="targetUid"/>
|
||||
</form>
|
||||
<!-- Global form for linking an object -->
|
||||
<form id="linkForm" method="post" action="do">
|
||||
<input type="hidden" name="action" value="Link"/>
|
||||
<input type="hidden" name="sourceUid"/>
|
||||
<input type="hidden" name="fieldName"/>
|
||||
<input type="hidden" name="targetUid"/>
|
||||
</form>
|
||||
<!-- Global form for unlocking a page -->
|
||||
<form id="unlockForm" method="post" action="do">
|
||||
<input type="hidden" name="action" value="Unlock"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue