mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 10:03:49 +00:00
exports: add 2 new exports for accompanying courses
This commit is contained in:
@@ -38,8 +38,14 @@ class AccompanyingPeriodVoter extends AbstractChillVoter implements ProvideRoleH
|
||||
self::TOGGLE_CONFIDENTIAL_ALL,
|
||||
self::TOGGLE_INTENSITY,
|
||||
self::RE_OPEN_COURSE,
|
||||
self::STATS,
|
||||
];
|
||||
|
||||
/**
|
||||
* Give the ability to see statistics
|
||||
*/
|
||||
public const STATS = 'CHILL_PERSON_ACCOMPANYING_PERIOD_STATS';
|
||||
|
||||
/**
|
||||
* Give the ability to see all confidential courses.
|
||||
*/
|
||||
@@ -129,6 +135,7 @@ class AccompanyingPeriodVoter extends AbstractChillVoter implements ProvideRoleH
|
||||
self::FULL,
|
||||
self::TOGGLE_CONFIDENTIAL_ALL,
|
||||
self::REASSIGN_BULK,
|
||||
self::STATS,
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user