node_acl icon indicating copy to clipboard operation
node_acl copied to clipboard

Renaming Roles?

Open SachinVarghese opened this issue 8 years ago • 1 comments

How do we go about renaming role name while using a knex backend ?

SachinVarghese avatar May 24 '17 13:05 SachinVarghese

Conceptual question.

For me i ended up with role names in ACL as IDs for real role model, so all role details (including names) are in separate model stored in different database table. So, i can simply rename role as simple update query to database - ACL is totally not involved.

deksden avatar Jul 31 '17 04:07 deksden