add specific role for LIST and STAT

This commit is contained in:
2017-04-20 16:27:06 +02:00
parent 1bc93af148
commit be2edec605
5 changed files with 14 additions and 4 deletions

View File

@@ -421,7 +421,7 @@ class ListPerson implements ListInterface, ExportElementValidatedInterface
*/
public function requiredRole()
{
return new Role(PersonVoter::STATS);
return new Role(PersonVoter::LISTS);
}
/**