Commit b1c894e4 authored by Jérome Perrin's avatar Jérome Perrin

also return an ordered list for template_local_roles


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24608 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9f549ea2
...@@ -4992,6 +4992,13 @@ Business Template is a set of definitions, such as skins, portal types and categ ...@@ -4992,6 +4992,13 @@ Business Template is a set of definitions, such as skins, portal types and categ
""" """
return self._getOrderedList('template_portal_type_roles') return self._getOrderedList('template_portal_type_roles')
def getTemplateLocalRolesList(self):
"""
We have to set this method because we want an
ordered list
"""
return self._getOrderedList('template_local_roles')
def getTemplateSkinIdList(self): def getTemplateSkinIdList(self):
""" """
We have to set this method because we want an We have to set this method because we want an
......
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