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

[BUG] Jumping to referenced element not working properly #46

Open
aaronzi opened this issue Oct 1, 2024 · 0 comments
Open

[BUG] Jumping to referenced element not working properly #46

aaronzi opened this issue Oct 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@aaronzi
Copy link
Member

aaronzi commented Oct 1, 2024

Describe the bug
When using a ReferenceElement that references e.g. a Property, the jump to that element does not work as intended. The path to the correct SubmodelElement is set, but the path to the AAS is not updated, still showing the path to the AAS that contained the ReferenceElement used. The treeview is therefore also not showing the referenced element correctly.

To Reproduce
Steps to reproduce the behavior:

  1. Start the BaSyxMinimal xample
  2. In the UI, select the AAS with the idShort SecondAAS
  3. Navigate to the PropReference ReferenceElement
  4. Click on jump
  5. See that the aas query parameter in the address bar is not being updated

Expected behavior
The AAS query in the address bar should be updated correctly. This will also fix the problem of the treeview not changing to the referenced element.

BaSyx (please complete the following information):

  • BaSyx Version: V2.0.0
  • BaSyx SDK: Java v2
  • AAS Version: DotAAS V3

BaSyx configuration
https://github.com/eclipse-basyx/basyx-java-server-sdk/tree/main/examples/BaSyxMinimal

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Brave
  • Version: Version 1.70.119 Chromium: 129.0.6668.70 (Official Build) (64-bit)](https://brave.com/latest/)
@aaronzi aaronzi added the bug Something isn't working label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Ready
Development

No branches or pull requests

1 participant