Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Joshua
erp5
Commits
14f91b04
Commit
14f91b04
authored
7 years ago
by
Klaus Wölfel
Committed by
Ivan Tyagov
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix: Typo in getPortalDeviceConfigurationTypeList
parent
95864783
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
product/ERP5/ERP5Site.py
product/ERP5/ERP5Site.py
+1
-1
No files found.
product/ERP5/ERP5Site.py
View file @
14f91b04
...
...
@@ -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_configu
r
ation_type_list'
)
security
.
declareProtected
(
Permissions
.
AccessContentsInformation
,
'getDefaultModuleId'
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment