Commit 8d86b7fb authored by Arnaud Fontaine's avatar Arnaud Fontaine

2011-02-25 arnaud.fontaine

* Proxify all the fields in BaseType_view and PreferenceType_view.
* Fix type_interface_list which was not displayed properly in BaseType_view and PreferenceType_view.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43717 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8c5b1dfb
......@@ -100,6 +100,7 @@
<string>my_type_class</string>
<string>my_type_init_script_id</string>
<string>my_type_mixin_list</string>
<string>my_type_interface_list</string>
<string>my_type_add_permission</string>
<string>my_type_acquire_local_role</string>
<string>my_type_property_sheet_list</string>
......
......@@ -64,7 +64,6 @@
<string>center</string>
<string>bottom</string>
<string>hidden</string>
<string>not_assigned</string>
</list>
</value>
</item>
......@@ -101,6 +100,7 @@
<string>my_type_class</string>
<string>my_type_init_script_id</string>
<string>my_type_mixin_list</string>
<string>my_type_interface_list</string>
<string>my_type_add_permission</string>
<string>my_type_acquire_local_role</string>
<string>my_type_property_sheet_list</string>
......@@ -109,14 +109,6 @@
</list>
</value>
</item>
<item>
<key> <string>not_assigned</string> </key>
<value>
<list>
<string>my_type_interface_list</string>
</list>
</value>
</item>
<item>
<key> <string>right</string> </key>
<value>
......
2011-02-25 arnaud.fontaine
* Proxify all the fields in BaseType_view and PreferenceType_view.
* Fix type_interface_list which was not displayed properly in BaseType_view and PreferenceType_view.
2011-02-24 arnaud.fontaine
* Add Preference Tool Type and Preference Type portal types and their views.
* Set Preference and System Preference portal type class to Preference Type.
......
40910
\ No newline at end of file
40911
\ 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