-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 24742 dot favorite portlet remove share with dropdown #24751
Issue 24742 dot favorite portlet remove share with dropdown #24751
Conversation
this.dotPageRenderService.get({ url: favoritePageUrl }), | ||
this.getContentletPermissionsObservable(favoritePage?.identifier) | ||
]); | ||
return forkJoin([this.dotPageRenderService.get({ url: favoritePageUrl })]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we don't need the forkJoin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
this.dotPageRenderService.get({ url: favoritePageUrl }), | ||
this.getContentletPermissionsObservable(favoritePage?.identifier) | ||
]); | ||
return forkJoin([this.dotPageRenderService.get({ url: favoritePageUrl })]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup.
686a76b
to
82c41a0
Compare
SonarQube Quality Gate 0 Bugs No Coverage information |
Proposed Changes
Checklist
Additional Info
** any additional useful context or info **
Screenshots