Skip to content

Commit

Permalink
#483 - init output property
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Jul 3, 2018
1 parent fc59f61 commit 122e226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/alfio/extension/ExtensionService.java
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ public <T> T executeScriptsForEvent(String event, String basePath, Map<String, O
T res = null;
Map<String, Object> input = new HashMap<>(payload);
input.put("extensionEvent", event);
input.put("output", null);
for (ScriptPathNameHash activePath : activePaths) {
String path = activePath.getPath();
String name = activePath.getName();
Expand Down

0 comments on commit 122e226

Please sign in to comment.