Skip to content

Commit

Permalink
Revert "[ACS-5645] update aspect issue fix"
Browse files Browse the repository at this point in the history
This reverts commit 5212112.
  • Loading branch information
DenysVuika committed Oct 20, 2023
1 parent 5212112 commit cb3e852
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,7 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy {

this.cardViewContentUpdateService.updatedAspect$
.pipe(debounceTime(500), takeUntil(this.onDestroy$))
.subscribe((node) => {
this.node.aspectNames = node.aspectNames;
this.loadProperties(node);
});
.subscribe((node) => this.loadProperties(node));

this.loadProperties(this.node);
this.hasAllowableOperations = this.contentService.hasAllowableOperations(this.node, AllowableOperationsEnum.UPDATE);
Expand Down

0 comments on commit cb3e852

Please sign in to comment.