Skip to content
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

BUGFIX: Prevent the node editor from breaking for nodes with hashes #60

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rolandschuetz
Copy link

@rolandschuetz rolandschuetz commented Apr 10, 2024

Fixes #59

This was referenced Apr 10, 2024
@Benjamin-K
Copy link

Benjamin-K commented Apr 11, 2024

This will show links like node://XXXXXX#section as they are without resolving the node, right?
At least the editor can be used for such links, but IMO the main goal should be to see the selected node, too.
Nevertheless, this is way better than the current behavior. But the same check should then be used for assets, too.

@rolandschuetz
Copy link
Author

Exactly, since there was no decision on how the UI should look, this is just a bugfix preventing an internal server error and broken UI.

@Benjamin-K
Copy link

Could you add asset:// links with hashes to this PR, too? That would be awesome!

@rolandschuetz
Copy link
Author

@Benjamin-K Makes sense, I added it together with some tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Node-Links with Hashes
2 participants