Ignore:
Timestamp:
23 Nov 2011, 09:32:17 (13 years ago)
Author:
Henrik Bettermann
Message:

Let's be more precise: Global roles actually are site roles. Since the user does not understand the term 'site' we should use the term 'portal' in the UI instead. Now we have portal (site) roles, local roles and dynamic roles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/interfaces.py

    r7177 r7178  
    7777
    7878class RoleSource(BasicSourceFactory):
    79     """A source for global roles.
     79    """A source for site roles.
    8080    """
    8181    def getValues(self):
     
    189189        required = False,)
    190190    roles = schema.List(
    191         title = u'Global roles',
     191        title = u'Portal roles',
    192192        value_type = schema.Choice(source=RoleSource()))
    193193
Note: See TracChangeset for help on using the changeset viewer.