-
Notifications
You must be signed in to change notification settings - Fork 34
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
Diagram Model References show up as archimate-diagram-model #95
Comments
The underlying implementation of Perhaps we should make this clearer in the wiki. |
Is there any way to get the type for these elements rather than their referenced type? |
I'll re-open this issue for discussion... This would need some fundamental changes to return actual type rather than referenced type. |
Thank you for reopening although I'm not sure how much important this is if it hasn't been brought up before. I'll see if there is another way to get my script to work. |
…e of the DiagramModelReference object - It should return "diagram-model-reference" not the type of the referenced diagram model - This aligns it with "diagram-model-note", "diagram-model-group" and "diagram-model-connection" - But see #95
…e of the DiagramModelReference object - It should return "diagram-model-reference" not the type of the referenced diagram model - This aligns it with "diagram-model-note", "diagram-model-group" and "diagram-model-connection" - But see #95
…e of the DiagramModelReference object - It should return "diagram-model-reference" not the type of the referenced diagram model - This aligns it with "diagram-model-note", "diagram-model-group" and "diagram-model-connection" - But see #95
Version of jArchi, Operating System
Archi Version: 4.8.1 (tested on 4.7.# as well)
jArchi Version: 1.10.202101121529
MacOS: 10.15
Expected Behavior
I'm making an assumption as to how this behave since the documentation around this area is a bit fuzzy but....
If a view contains References to other views/diagrams (i.e. dragging a view/diagram from the navigation tree onto a view) it should show up as type: diagram-model-reference.
Actual Behavior
Diagram Reference Objects show up as type: archimate-diagram-model.
Steps to Reproduce the Behaviour (with attached test files/script)
archimate-diagram-model-defect.archimate.zip
diagram_ref_bug.ajs.zip
The text was updated successfully, but these errors were encountered: