Commit 53b222b0 authored by Amirjanyan's avatar Amirjanyan
Browse files

getting actions with params fixed

parent 0edc781e
Showing with 1 addition and 1 deletion
+1 -1
......@@ -241,7 +241,7 @@ class CVUPropertyResolver {
if (action is CVUValueConstant) {
if (action.value is CVUConstantArgument) {
Map<String, CVUValue> vars = {};
var def = array[i + 1];
var def = array.asMap()[i + 1];
if (def is CVUValueSubdefinition) {
var keys = def.value.properties.keys;
for (var key in keys) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment