fix(navigation): faulty api calls (RDFA-433)#64
Merged
rema-soptim merged 7 commits intomainfrom Apr 13, 2026
Merged
Conversation
kiph-soptim
requested changes
Apr 2, 2026
Collaborator
kiph-soptim
left a comment
There was a problem hiding this comment.
Reviewed
Tested:
- Graph Context Menu: Undo/Redo does not work
71531c6 to
7a52aca
Compare
- default packages were always shown as empty - no reload happened on enable/disable editing also added hotrelaod for undo/redo
fixed bug, where the ontology editor didn't reload properly
7a52aca to
d4dbca9
Compare
kiph-soptim
pushed a commit
that referenced
this pull request
Apr 14, 2026
* refactored navigation to remove faulty api calls * fixed bugs where: - default packages were always shown as empty - no reload happened on enable/disable editing also added hot reload for undo/redo * fixed bug, where the package editor didn't work * fixed bug, where the ontology editor didn't reload properly * fixed bug where graph navigation section was not updated on modifying data * fixed bug where undo redo didn't trigger a reload in the class editor
kiph-soptim
pushed a commit
that referenced
this pull request
Apr 15, 2026
* refactored navigation to remove faulty api calls * fixed bugs where: - default packages were always shown as empty - no reload happened on enable/disable editing also added hot reload for undo/redo * fixed bug, where the package editor didn't work * fixed bug, where the ontology editor didn't reload properly * fixed bug where graph navigation section was not updated on modifying data * fixed bug where undo redo didn't trigger a reload in the class editor
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.
Description
Refactored package navigation to prevent faulty api calls
Also removed some duplicated api calls
Test Checklist
General Behavior
Global MenuBar
Welcome Page
Editor - MenuBar
Editor - Navigation
Editor - Package View
Editor - Class Editor
Prefixes Page
Changelog Page
Compare Page