mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +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