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

Fix for "[BUG] Jumping to referenced element not working properly Fixes #46" #75

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

seicke
Copy link
Member

@seicke seicke commented Oct 31, 2024

Description of Changes

Fix for Issue #46

Closes #46

@seicke
Copy link
Member Author

seicke commented Oct 31, 2024

  • In SubmodelElementHandling the path of the SME jumping to is generated with the help of URLEncode. Because of BASE64 encoding URLEncode provides URLs with "%3D" instead of "="
  • The pathes of SMEs in the submodelData (fetched from the Repositorty) do not contain such "%3D"

The result is a nonmatching of the pathes in

if (element.path === updatedNode.path) {

@seicke seicke marked this pull request as ready for review October 31, 2024 12:31
@seicke seicke requested a review from aaronzi October 31, 2024 12:31
@aaronzi aaronzi merged commit 282f95a into eclipse-basyx:main Oct 31, 2024
2 checks passed
@seicke seicke deleted the seicke/issue46 branch October 31, 2024 13:48
@seicke seicke restored the seicke/issue46 branch November 4, 2024 07:42
@seicke seicke deleted the seicke/issue46 branch November 4, 2024 07:42
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] Jumping to referenced element not working properly
2 participants