Skip to content

Commit

Permalink
Merge pull request #3219 from atlanhq/DG-1530
Browse files Browse the repository at this point in the history
Added the same previous logic to update as well.
  • Loading branch information
hr2904 authored Jun 9, 2024
2 parents 34746e6 + b592d89 commit 1e7eaf5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ private void processUpdatePolicy(AtlasStruct entity, AtlasVertex vertex) throws
if (!POLICY_SUB_CATEGORY_DOMAIN.equals(policySubCategory)) {
validator.validate(policy, existingPolicy, parentEntity, UPDATE);
validateConnectionAdmin(policy);
} else {
validateAndReduce(policy);
}

String qName = getEntityQualifiedName(existingPolicy);
Expand Down

0 comments on commit 1e7eaf5

Please sign in to comment.