Commit ddcda928 authored by Yusei Tahara's avatar Yusei Tahara

2008-09-02 yusei

* Don't extract title from field libraries.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23375 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ba02d022
......@@ -133,6 +133,12 @@ for message, path in context.Base_findMessageListFromPythonInProduct(FUNC_NAME_L
# ERP5 Form title\n
#\n
for i in form_list:\n
if (i.getId().endswith(\'_viewFieldLibrary\') or\n
i.getId().endswith(\'_viewDialogFieldLibrary\') or\n
i.getId().endswith(\'_viewReportFieldLibrary\') or\n
i.getId().endswith(\'_FieldLibrary\')\n
):\n
continue\n
add_message(i.title, portal_url.getRelativeContentURL(i))\n
\n
\n
......
2008-09-02 yusei
* Don't extract title from field libraries.
2008-09-02 nicolas
* add new transition to display Re Assign in workflow action
* Bug Notification can be send later to change recipient list
......
353
\ No newline at end of file
355
\ 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