Commit 588551e9 authored by wenjie.zheng's avatar wenjie.zheng

ERP5Type: add TypeWorkflowList to search_source_list.

parent a1a49a9f
......@@ -584,6 +584,7 @@ class ERP5TypeInformation(XMLObject,
self.getTypeInitScriptId()]
search_source_list += self.getTypePropertySheetList()
search_source_list += self.getTypeBaseCategoryList()
search_source_list += self.getTypeWorkflowList()
return ' '.join(filter(None, search_source_list))
security.declarePrivate('getDefaultViewFor')
......
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