Changeset 2186

Show
Ignore:
Timestamp:
05/21/09 15:55:08
Author:
douglm
Message:

Fix public events bug preventing maintenance of locations, contacts and caetgories by other than super-user.

Configure quickstart to allow all pubic admins access to maintian the above.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/bwbuild/default/cal.options.xml

    r2124 r2186  
    183183          <autoCreateLocations>false</autoCreateLocations> 
    184184          <autoDeleteLocations>false</autoDeleteLocations> 
    185           <allowEditAllCategories>false</allowEditAllCategories> 
    186           <allowEditAllLocations>false</allowEditAllLocations> 
    187           <allowEditAllContacts>false</allowEditAllContacts> 
     185 
     186          <!-- if these are false only superuser can maintain public 
     187               categories, locations and contacts --> 
     188          <allowEditAllCategories>true</allowEditAllCategories> 
     189          <allowEditAllLocations>true</allowEditAllLocations> 
     190          <allowEditAllContacts>true</allowEditAllContacts> 
     191 
    188192          <categoryOptional>true</categoryOptional> 
    189193