|
|
@@ -1,4 +1,8 @@
|
|
|
helloasso_page:
|
|
|
action: 'display'
|
|
|
conditions:
|
|
|
- - { function: organizationHasAnyModule, parameters: ['GeneralConfig'] }
|
|
|
+ - { function: organizationHasAnyModule, parameters: ['HelloAsso'] }
|
|
|
+ - {
|
|
|
+ function: accessHasAnyRoleAbility,
|
|
|
+ parameters: [{ action: 'read', subject: 'helloasso' }],
|
|
|
+ }
|