Add ui to create new custom project roles and column restrictions

This commit is contained in:
Frederic Guillot
2016-09-10 22:37:57 -04:00
parent 75470c7242
commit 44f680cf2f
25 changed files with 717 additions and 26 deletions

View File

@@ -99,6 +99,7 @@ class ClassProvider implements ServiceProviderInterface
'ActionValidator',
'AuthValidator',
'CategoryValidator',
'ColumnMoveRestrictionValidator',
'ColumnValidator',
'CommentValidator',
'CurrencyValidator',
@@ -108,6 +109,7 @@ class ClassProvider implements ServiceProviderInterface
'LinkValidator',
'PasswordResetValidator',
'ProjectValidator',
'ProjectRoleValidator',
'SubtaskValidator',
'SwimlaneValidator',
'TagValidator',