mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Make modify role not fetch the role again
This commit is contained in:
parent
ae7984c784
commit
d64756a30c
@ -139,5 +139,5 @@ class ApiRolesRoleIndexHandler(BaseApiHandler):
|
||||
|
||||
self.finish_json(
|
||||
200,
|
||||
{"status": "ok", "data": self.controller.roles.get_role(role_id)},
|
||||
{"status": "ok", "data": role_id},
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user