Commit c5bf48a4 authored by Nicolas Delaby's avatar Nicolas Delaby

No need to list fields already proxyfied

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39828 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e861f80b
......@@ -27,6 +27,7 @@ Keep empty values <input type="checkbox" name="keep_empty_value"> <br/>
</tr>
<dtml-in objectValues sort=id>
<dtml-if "_['sequence-item'].meta_type != 'ProxyField'">
<dtml-let temp="getProxyableFieldList(_['sequence-item'], form_field_list)"
form_order="temp[0]"
matched="temp[1]">
......@@ -61,6 +62,7 @@ Keep empty values <input type="checkbox" name="keep_empty_value"> <br/>
</tr>
</dtml-let>
</dtml-if>
</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