Actions
Bug #6880
closedBoolean returns from actions don't work
Description
If you need your auto action to return a boolean true or false it does not work since false is skipped due to the IF check and the content is added to previous content using a string operation. It needs to take into account booleans when handling this to allow returning true/false if needed to cancel operations in other extensions.
Actions