Commit ea11b54e authored by Rafael Monnerat's avatar Rafael Monnerat

Added meaninfull Description and Name Information

parent 466b1a8d
...@@ -71,9 +71,9 @@ class PortalTypeRolesSpreadsheetConfiguratorItem(ConfiguratorItemMixin, XMLObjec ...@@ -71,9 +71,9 @@ class PortalTypeRolesSpreadsheetConfiguratorItem(ConfiguratorItemMixin, XMLObjec
category_list.append(role[bc]) category_list.append(role[bc])
#category = '\n'.join(category_list) #category = '\n'.join(category_list)
role_dict = { role_dict = {
#'title': 'role', 'title': role.get('Name', 'Default'),
'description': role.get('Description', ''),
'role_name_list': role.get('Role'), 'role_name_list': role.get('Role'),
'description': role.get('Description', 'Configured by ERP5 Configurator'),
'role_category_list': category_list, 'role_category_list': category_list,
'role_base_category_list': role.get('Base_Category', ''), 'role_base_category_list': role.get('Base_Category', ''),
'role_base_category_script_id': role.get('Base_Category_Script', 'role_base_category_script_id': role.get('Base_Category_Script',
......
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