Ghost out back office controls based on User's role
I'd like to disable hide or ghost out certain fields when creating content. The fields to be disabled should be determined by the users role.
I'm new to Angular and customizing the back office. I did find an example on how to hide tabs and I assume what I need to do may be similar. I can't say I understand this code example at this time.
Before I do dive in, I was curious how people may have resolved this in umbraco 7 and if there are any suggestions to make this work. Or if there are any packages that I may have missed. I know Axendo Disabled Properties is a package that would work, but its not supported in version 7.
Follow up - I never found a great way to disable one field so I used the same technique in the article above and I limit access to the tab based on the users role.
Ghost out back office controls based on User's role
I'd like to disable hide or ghost out certain fields when creating content. The fields to be disabled should be determined by the users role.
I'm new to Angular and customizing the back office. I did find an example on how to hide tabs and I assume what I need to do may be similar. I can't say I understand this code example at this time.
http://our.umbraco.org/forum/umbraco-7/developing-umbraco-7-packages/57017-Umbraco-7-Event-RemoveHide-tab-for-User-X
Before I do dive in, I was curious how people may have resolved this in umbraco 7 and if there are any suggestions to make this work. Or if there are any packages that I may have missed. I know Axendo Disabled Properties is a package that would work, but its not supported in version 7.
Follow up - I never found a great way to disable one field so I used the same technique in the article above and I limit access to the tab based on the users role.
is working on a reply...