ENG-4886 As a user that only visualizes a Virtual Tree, that can only manage pages of group free, I MUST be able to change around the order of pages even if there are siblings that are hidden to me.#164
Conversation
|
Requested publication of version |
2 similar comments
|
Requested publication of version |
|
Requested publication of version |
|
Requested publication of version |
eugeniosant
left a comment
There was a problem hiding this comment.
@entgigi Looking at the code related to the proposed solution, you need the absolute position of the page corresponding to the relative position (user view) that you receive from the API call.
So, given the relative position of the page to move, you just need to retrieve the list of allowed nodes (method that already exists), take the node at the relative position specified (by the index into the list) and extract from this node the absolute position; this way you don't have to add any fields into TreeNode.
5c7fa9c to
c1675a5
Compare
|
Requested publication of version |
|
Kudos, SonarCloud Quality Gate passed! |
|
Requested publication of version |








No description provided.