Convert workflows document type selection, smart link document type selection, role members list, user group and group users views to CBV assign remove. Remove now obsolete assign remove function based view
This commit is contained in:
7
mayan/apps/permissions/classes.py
Normal file
7
mayan/apps/permissions/classes.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from acls.classes import EncapsulatedObject
|
||||
|
||||
|
||||
class Member(EncapsulatedObject):
|
||||
source_object_name = 'member_object'
|
||||
Reference in New Issue
Block a user