Commit 3d83868c authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_web: fix getProductListFromWebSection test

parent 4472f0ee
......@@ -66,7 +66,7 @@ category_tool = context.portal_categories\n
global section_count\n
section_count = 0\n
failed_list = []\n
portal_type_list = portal.getPortalDocumentTypeList()\n
portal_type_list = portal.getPortalDocumentTypeList() + portal.getPortalResourceTypeList()\n
valid_char = "abcdefghijklmnopqrstuvwxyz0123456789-_"\n
\n
def getNiceID(s):\n
......
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