netcarver Posted September 13, 2012 Share Posted September 13, 2012 Just stumbled on something unexpected, if not problematic, in the admin interface. I was looking at the guest user page accessed via the Admin > Access > Users > guest route and I hit the save button *without* making a single edit. Interestingly, I got the following messages about the result of that save... [tick] Change: roles [tick] Saved Page: /processwire/access/users/guest/ [cross] The guest role is required ...which isn't exactly what I'd have expected having made no changes. I've checked with others in the chatroom and they are seeing the same thing. This seems similar to something that I found the other day regarding PW not 'keeping' the checked status of submitted checkboxes if they have the 'disabled' attribute set. As it looks like the roles checkboxes are all disabled for the guest user that might be why it's picking up a change. Link to comment Share on other sites More sharing options...
ryan Posted September 14, 2012 Share Posted September 14, 2012 None of the Inputfields actually support the disabled attribute. When I use it, it's really only for the visual and nothing more. In this case, you are getting the message because the guest role is required and its just adding it back. It's an unnecessary message, though is revealing exactly what you've mentioned (disabled attribute isn't actually supported). Seems like it would be worthwhile to make all Inputfields support eventually (and probably easy to do), so will add this to my list. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now