Commit 36140d66 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Add "Form ID" and "Field ID" columns to unproxify form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19544 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e79054a8
......@@ -14,6 +14,8 @@ UnProxify proxy fields.
<th>Id</th>
<th>Type</th>
<th>UnProxify</th>
<th>Form ID</th>
<th>Field ID</th>
</tr>
<log form_field_list>
<dtml-in form_field_list>
......@@ -23,6 +25,8 @@ UnProxify proxy fields.
<td>
<input type="checkbox" name="field_dict.<dtml-var id>:record:ignore_empty"/>
</td>
<td><dtml-var expr="get_value('form_id')"></td>
<td><dtml-var expr="get_value('field_id')"></td>
</tr>
</dtml-in>
</table>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment