vorto
vorto copied to clipboard
Choosing Functionblocks from the UI on model creation is broken
The list of functionblocks is always empty.
The search query for functionblocks in that wizard step is: state:Released namespace:org.eclipse.vorto type:Functionblock.
After running the query manually (save for the state parameter), it seems a lot of those models have been deprecated.
The lastModifiedBy field shows your Bosch user (likely as the deprecator?) @kolotu .
Likely, this is just about fine-tuning the search expression in modelCreationService.js.
Note that you can have multiple namespaces, wildcards, etc. etc. in the expression, in case they have been somehow moved in different places.
@mena-bosch good point - the query should be state:Released namespace:org.eclipse.vorto* type:Functionblock - the asterisk is required, since we use subnamespaces now.
@mena-bosch good point - the query should be
state:Released namespace:org.eclipse.vorto* type:Functionblock- the asterisk is required, since we use subnamespaces now.
Sounds like an easy one then ;)