Won't fix Permission definitions validation

Robbo

Well-known member
When validating that the permission ID is unique it is case sensitive. So you can't change 'PermissionID' to 'permissionID' etc.
 
When validating that the permission ID is unique it is case sensitive. So you can't change 'PermissionID' to 'permissionID' etc.
You can work around this by using an intermediate step:

PermissionId -> somethingElseEntirely -> permissionId
 
You can work around this by using an intermediate step:

PermissionId -> somethingElseEntirely -> permissionId
Yeah that's what I am doing now. Have had to do it a few times, last with routes I think. Just thought I should report it as well.
 
We're aware of the issue, but it's a bit of an edge case so we're unlikely to dedicate resources to address it at this point.
 
Top Bottom