mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
add specific role for LIST and STAT
This commit is contained in:
@@ -421,7 +421,7 @@ class ListPerson implements ListInterface, ExportElementValidatedInterface
|
||||
*/
|
||||
public function requiredRole()
|
||||
{
|
||||
return new Role(PersonVoter::STATS);
|
||||
return new Role(PersonVoter::LISTS);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user