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
In server/src/main/java/org/apache/gravitino/server/web/rest/PolicyOperations.java, setPolicy fix the exception handling so that it handles disabled policies.
How should we improve?
Needs to handle both OperationType.ENABLE and OperationType.DISABLE. Add a unit test to check this.