Commit fe88ed0c authored by Bartek Górny's avatar Bartek Górny

Various fixes (old naming).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12360 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f8c94f75
......@@ -109,7 +109,7 @@ for base_category in item_list:\n
sub_field_property_dict[\'title\'] = basecatobject.getTranslatedTitle()\n
# we cache this, so that we can apply expensive path processing techniques\n
sub_field_property_dict[\'item_list\'] = cached_DMSGetItemList(base_category)\n
sub_field_property_dict[\'value\'] = context.getParentValue().getParentValue().getProperty(base_category)\n
sub_field_property_dict[\'value\'] = context.aq_parent.aq_parent.getProperty(base_category)\n
\n
sub_field_dict[base_category] = sub_field_property_dict\n
\n
......
......@@ -299,7 +299,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/Document_getBaseCategoryList</string> </value>
<value> <string>here/portal_preferences/getPreferredDocumentBaseCategoryList</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -87,7 +87,7 @@
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>DMS_library</string> </value>
<value> <string>Document_library</string> </value>
</item>
</dictionary>
</value>
......
......@@ -275,7 +275,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/DMS_getBaseCategoryList</string> </value>
<value> <string>here/Document_getBaseCategoryList</string> </value>
</item>
</dictionary>
</pickle>
......
437
\ No newline at end of file
438
\ 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