Commit 3613dc13 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Specify include_disabled to get fields, otherwise disabled fields do not appear in the form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5852 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cbacf592
......@@ -25,7 +25,7 @@ Change the display order and grouping of the fields in this form.
</td></tr>
<tr><td align="left">
<dtml-let fields="get_fields_in_group(group)" fields_amount="_.len(fields)">
<dtml-let fields="get_fields_in_group(group, include_disabled=1)" fields_amount="_.len(fields)">
<table border="0" cellspacing="0" cellpadding="0">
<dtml-in fields>
<dtml-let field=sequence-item field_id="field.id">
......
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