Closed QuentinCHAMPAULT closed 1 month ago
Latest commit: a62574039b5915c414318aaca96d68fbf74cb355
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.
:white_check_mark: nlunets
:x: QuentinCHAMPAULT
You have signed the CLA already but the status is still pending? Let us recheck it.
Replaced by https://github.com/SAP/open-ux-odata/pull/868
When doing a context.expand(MAX_SAFE_INTEGER), we should expand the node selected and all descendants. This is done by returning all the children of the node, the type of node, the distance from root and the number of children a node has. This has been checked on a working backend.