From 331d913c2db19fd4180bdfb2862b512d4b9f47d4 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Thu, 30 Jul 2020 13:52:27 -0500 Subject: [Bug, Command Tags] Use the "all" qualifier in return value templates --- app/lib/command_tag/processor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/lib/command_tag/processor.rb') diff --git a/app/lib/command_tag/processor.rb b/app/lib/command_tag/processor.rb index 0d72c7a07..aa22c6311 100644 --- a/app/lib/command_tag/processor.rb +++ b/app/lib/command_tag/processor.rb @@ -172,7 +172,7 @@ class CommandTag::Processor end # Template for statement return value. - "%% statement:#{statement_uuid} %%" + "%% statement:#{statement_uuid} all %%" end def execute_statements(event, with_return = false) -- cgit