-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
As this add-on is working fine but only administrator is able to create the events. But as specified in the github that managers can create event . But in my case except administrator no one can create the event.
I have done following changes in my share-config-custom.xml :
<config evaluator="string-compare" condition="EventScheduling">
<groups>
<group>SiteManager</group>
</groups>
</config>
But this is also not working. Please help me in this
Reactions are currently unavailable