mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fixing one comment
This commit is contained in:
parent
40be16ec96
commit
4c5ddf8f80
@ -157,7 +157,7 @@ class Controller:
|
||||
|
||||
@staticmethod
|
||||
def can_add_role(user_id):
|
||||
#TODO: Complete if we need a User Addition limit
|
||||
#TODO: Complete if we need a Role Addition limit
|
||||
#return db_helper.can_add_in_crafty(user_id, Enum_Permissions_Crafty.Roles_Config)
|
||||
return True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user