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] getLinkTarget active state for occurrences in same deployment #2001

Open
roleyfoley opened this issue May 25, 2022 · 0 comments
Open
Labels

Comments

@roleyfoley
Copy link
Contributor

Current Behaviour

When linking to an occurrence in the same deployment the link isn't considered to be Active. This means that references aren't resolved as expected when working with link resources

Expected Behaviour

When linking between occurrences in the same deployment the state of the occurrence should be available to support the use of getReference calls

Possible Solution

When evaluating the active state of an link check to see if the occurrences have the same deployment unit and group. If they do mark it as active.

Steps to Reproduce

  1. Create two components ( s3 components ) and use the same deployment:Unit value
  2. Link between the two components
  3. Generate the template and you will find that they treat each other as inactive
@roleyfoley roleyfoley added the bug label May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant