-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
When creating a RunConfiguration 'Gemoc Sequential eXecutable Model' without animation, the engine load a model without caring about the MelangeURI (like '?lang=MyLanguage' )
Seems caused by:
We should write something like:
boolean useMelange = context.getRunConfiguration().getMelangeQuery() != null
&& !context.getRunConfiguration().getMelangeQuery().isEmpty();
// calculating model URI as MelangeURI
URI modelURI = useMelange ? context.getRunConfiguration().getExecutedModelAsMelangeURI()
: context.getRunConfiguration().getExecutedModelURI();
Metadata
Metadata
Assignees
Labels
No labels