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

Predefined Ingredients should take precedence over state Ingredients #350

Open
Tim-Linschoten opened this issue Nov 25, 2019 · 0 comments
Open
Labels

Comments

@Tim-Linschoten
Copy link
Member

Bug: (RecipeRuntime.scala line 99)
// a map of all ingredients val allIngredients: Map[String, Value] = interaction.predefinedParameters ++ state.ingredients + recipeInstanceId + processId

Solution:
// a map of all ingredients val allIngredients: Map[String, Value] = state.ingredients ++ interaction.predefinedParameters + recipeInstanceId + processId

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 participant