-
Notifications
You must be signed in to change notification settings - Fork 16
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
IBX-6815: [REST] Fixed isBookmarked property in load-subtree response #1139
Conversation
What about performance ? |
The performance of loading Obviously, it will impact time & memory complexity as this is additional operation, however I'm not sure if you can avoid it. Content Tree needs that information to work properly. The edge case I see in #744 fix is when user has a lot of [1] bookmarks. However I expect it to be more performant than what was there before the fix, which was [1] Not sure how many bookmarks means "a lot" or "too many". Alternatively, we could:
Regardless of the choice, I don't think this is the scope of this bugfix. |
5fb668b
to
11eb2be
Compare
11eb2be
to
95c72fd
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
v4.5
A merge up caused the regression which resulted in Location bookmark information not being propagated when building ContentTree REST response (
/load-subtree
endpoint).We need some minimal test coverage for that endpoint, as the issue was almost impossible to detect due to the complexity of the changes.
TODO
Checklist:
$ composer fix-cs
).