Skip to content

Commit

Permalink
Merge pull request #2216 from atlanhq/nb/gov-967
Browse files Browse the repository at this point in the history
GOV-967 Fix __parentCategory attr of moved category
  • Loading branch information
nikhilbonte21 authored Jul 25, 2023
2 parents ecf04e1 + 1c595d6 commit b01e9cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ private void processMoveCategoryToAnotherGlossary(AtlasEntity category,

category.setAttribute(QUALIFIED_NAME, updatedQualifiedName);

moveChildrenToAnotherGlossary(categoryVertex, updatedQualifiedName, sourceGlossaryQualifiedName, targetGlossaryQualifiedName);
moveChildrenToAnotherGlossary(categoryVertex, null, sourceGlossaryQualifiedName, targetGlossaryQualifiedName);

LOG.info("Moved category {} to Glossary {}", categoryName, targetGlossaryQualifiedName);

Expand Down

0 comments on commit b01e9cd

Please sign in to comment.