Commit cc97ebbb authored by Yusei Tahara's avatar Yusei Tahara

Use Comment property sheet on Glossary Term.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23643 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5c7c0e79
......@@ -3,6 +3,7 @@
<item>Bug</item>
</portal_type>
<portal_type id="Glossary Term">
<item>Comment</item>
<item>Reference</item>
</portal_type>
</property_sheet_list>
\ No newline at end of file
......@@ -9,22 +9,10 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Python_magic</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
......@@ -88,7 +76,8 @@ for i in catalog(portal_type=\'Glossary Term\',\n
business_field=business_field,\n
language=language,\n
title=english_term.getTitle(),\n
description=english_term.getDescription()\n
description=english_term.getDescription(),\n
comment=english_term.getComment()\n
)\n
\n
portal_status_message = context.Base_translateString(\'Terms created.\')\n
......@@ -101,18 +90,6 @@ context.Base_redirect(keep_items={\'portal_status_message\':portal_status_messag
<none/>
</value>
</item>
<item>
<key> <string>_filepath</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>language</string> </value>
......
369
\ No newline at end of file
370
\ No newline at end of file
Bug | Bug
Glossary Term | Comment
Glossary Term | Reference
\ 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