Commit 14f91b04 authored by Klaus Wölfel's avatar Klaus Wölfel Committed by Ivan Tyagov

Fix: Typo in getPortalDeviceConfigurationTypeList

parent 95864783
......@@ -1570,7 +1570,7 @@ class ERP5Site(FolderMixIn, CMFSite, CacheCookieMixin):
Returns Device Configuration types.
"""
return self._getPortalGroupedTypeList('device_configuration') or\
self._getPortalConfiguration('portal_device_configuation_type_list')
self._getPortalConfiguration('portal_device_configuration_type_list')
security.declareProtected(Permissions.AccessContentsInformation,
'getDefaultModuleId')
......
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