Actions
Task #8182
closedAdd an `AccessPolicy.customized` field to tell if a user has customized one or not
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Problem¶
Developers ship a default access policy and users can customize it. At some point later developers will need to adjust the default policy, but this should only happen if a user has not already customized it. Right now it would be difficult to determine if the user customized it or not.
Solution¶
Add a field to AccessPolicy called customized
which defaults to False. Any user change to the policy will set this to True.
Related issues
Actions
Adds the
AccessPolicy.customized
field.The
AccessPolicy.customized
fields is a read-only field that defaults to False. If True, it indicates that the user has modified the policy.This will be useful for:
closes #8182