Commit 08ff26b9 authored by Yusei Tahara's avatar Yusei Tahara

2009-05-15 yusei

* Remove my_text_content from generic field dict in SkinsTool_makeFieldLibraryAndProxifyAllField. It was not generic enough for many editor fields.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26998 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f79c3ff7
......@@ -185,7 +185,6 @@ def getFieldLibraryDictAndFieldMappingList():\n
\'MultiRelationStringField\':\'my_multi_relation_field\',\n
\'PasswordField\':\'my_password\',\n
\'RelationStringField\':\'my_relation_field\',\n
\'EditorField\':\'my_text_content\',\n
\'PlanningBox\':\'planning_box\',\n
}\n
template_field_id = None\n
......
2009-05-15 yusei
* Remove my_text_content from generic field dict in SkinsTool_makeFieldLibraryAndProxifyAllField. It was not generic enough for many editor fields.
2009-05-08 yusei
* Remove SkinsTool_findDeadProxyFieldList. There was already SkinsTool_getDeadProxyFieldList which do the same thing.
* Add a little bit user-friendly output to SkinsTool_makeFieldLibraryAndProxifyAllField.
......
464
\ No newline at end of file
465
\ 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