Merged
Conversation
a714c81 to
bb5b31e
Compare
Member
Author
|
Things to test:
|
Contributor
|
The sorting works ok so far. I'm sorry to say, but I discovered some problems, though.
It addresses a problem, where you had to click on the name to "enter" that node.
|
954ef8b to
36ad81a
Compare
Member
Author
|
Okay. But this PR doesn't address anything related to drag and drop. I've pushed your changes separately: #385 |
36ad81a to
b5eef7a
Compare
They're all too similar.
instead of letting JS refresh it on its own
b5eef7a to
0ac3320
Compare
Moves the entire order processing to the renderers as that's where it's mostly relevant. The only cases where nodes are still ordered outside the rendering is where changes are applied based on user input, which happened based on what's been previously rendered.
Nodes can be ordered as usually by display name, but now also in descending order. They can now also be ordered by state. This also applies to manually ordered processes. Though, changes to the manual order can only happen if the default order is active. If that's not the case, a note is shown and a way to reset the sort order.
0ac3320 to
2acf611
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resolves #252
closes #297
requires Icinga/ipl-web#173