add a role for stats, apply role on export

This commit is contained in:
2016-01-23 01:20:41 +01:00
parent d81b2e1037
commit 5b3bd6545a
3 changed files with 11 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ class PersonVoter extends AbstractChillVoter implements ProvideRoleInterface
const CREATE = 'CHILL_PERSON_CREATE';
const UPDATE = 'CHILL_PERSON_UPDATE';
const SEE = 'CHILL_PERSON_SEE';
const STATS = 'CHILL_PERSON_STATS';
/**
*