You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something not added in the initial release that I would like input into is how to handle states being applied to invalid roles. In the states object, I have a property used that I intend to use to do the validation. It currently contains all of the Used in Roles roles, but not the Inherits into Roles roles (although it could be updated to include them).
So, all that in mind, should this check to make sure it's being applied to a valid role? If so, what should the expected functionality be if a state is being applied to an invalid role? To an item without a role? Should a state that can be applied to any role is being applied to an item without a role, should the errors still pop up?
The text was updated successfully, but these errors were encountered:
Something not added in the initial release that I would like input into is how to handle states being applied to invalid roles. In the states object, I have a property
used
that I intend to use to do the validation. It currently contains all of theUsed in Roles
roles, but not theInherits into Roles
roles (although it could be updated to include them).So, all that in mind, should this check to make sure it's being applied to a valid role? If so, what should the expected functionality be if a state is being applied to an invalid role? To an item without a role? Should a state that can be applied to any role is being applied to an item without a role, should the errors still pop up?
The text was updated successfully, but these errors were encountered: