You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2022. It is now read-only.
If a have a ModelConfigurationSetup theres no way to easily get what are his ModelSoftwareVersion and ModelConfiguration. Currently I'm loading all of this data and doing the match on front-end.
Some custom queries are needed to ease this process (1 for each type), ideally I send the ModelConfigurationSetup ID and I get Resource I need.
Only one query could be better (I send the ID and get the three resources), but I think this cannot be done currently.