Beispiel #1
0
 def is_accessible(self):
     return current_user.has_roles('Admin')
Beispiel #2
0
 def is_accessible(self):
     return current_user.has_roles('Manager')