Commit f2c942b2 authored by Łukasz Nowak's avatar Łukasz Nowak

- it is ok that field in library is proxied to another field in same library

 - Base_viewDialogFieldLibrary and Base_viewReportFieldLibrary are obsoleted


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30558 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 046e68db
......@@ -145,9 +145,8 @@ for skin_folder_id in context.getTemplateSkinIdList():\n
else:\n
template_form_id = field.get_value(\'form_id\')\n
if template_form_id not in (\n
\'Base_viewDialogFieldLibrary\',\n
\'Base_viewFieldLibrary\',\n
\'Base_viewReportFieldLibrary\',\n
field_library_id\n
):\n
modified_object_dict[field_path] = \'2_unproxify_field\'\n
else:\n
......
525
\ No newline at end of file
526
\ No newline at end of file
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