Restrict Fields and tabs by Usergroups. #10413
Replies: 1 comment 2 replies
-
Thank @thomashdk, as a nerd I do feel like being able to tweak every little thing is fun, so this is very cool. However, for Umbraco, it feels to me like this would be something that not many people would have a real need for. Additionally, this would be a complex feature to implement, we know from experience with making granular permissions work that it's difficult to test for all combinations of permissions. Also, this would require a way to deal with concurrent updates (both your content editor and your SEO specialist make changes, overwriting each other's changes). This is of course already a problem we currently have, but at least you can use the rollback feature now if needed. When people don't have access to certain content, they should also not be able to roll back that content. I'm sure there's more complexity, and we always aim to make complex things simpler in Umbraco, so we don't shy away from complex problems. But let's talk about the need for this first, what do different scenario's look like for users? Anyway, sorry for rambling, just trying to get some thoughts out there to discuss this further. |
Beta Was this translation helpful? Give feedback.
-
Umbraco version
v8
Description
We have some request about getting the "power" of restricting fields and tabs by usergroups.
Like this on for Umbraco 7
https://github.com/janvanhelvoort/Umbraco-hide-properties
Make it possible the select a usergroup, then a doctype and then select when fields or/and tabs should not be visible for that group.
How can you help?
I sort of all ready have done it in a light version..
The problem is that when ex. a user have all fields restrict besides the title field.
If the user fill out the title fields and published the node tha tall the other fields the user don't have access to will be emptied.
Beta Was this translation helpful? Give feedback.
All reactions