Replies: 1 comment
-
You could make a PR for that, because surely no one else is going to do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
Many things can be configured in
config/permission.php
. It would be great to be able to choose the identifier for methods likehasRole
as well so that we can use the standardname
column or a custom column e.gslug
.I prefer having proper text in the name column like
Shareholder
,Developer
orSuper Administrator
and have another unique column calledslug
for identification which would result inshareholder
,developer
, andsuper-administrator
.Being only able to use the
name
column kinda restricts the casing of names asrole:Super Admininstrator
just looks wrong in code androle:super-administrator
would fit much better, but thensuper-administrator
would look wrong in UI.Beta Was this translation helpful? Give feedback.
All reactions