Skip to content

Commit

Permalink
list insert action as well actually
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 30, 2021
1 parent db1fb37 commit 6bd15f2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -69,6 +69,7 @@ public static DataAction parse(ActionableDataProvider provider, String actionArg
toReturn.inputValue = new ElementTag(split.get(2));
switch (action) {
case "->":
toReturn.inputValue = ObjectFetcher.pickObjectFor(split.get(2), context);
toReturn.type = DataActionType.INSERT;
break;
case "<-":
Expand Down

0 comments on commit 6bd15f2

Please sign in to comment.