chg: [workflow:tag_operation] Make module not blocking

pull/8568/head
Sami Mokaddem 2022-08-05 14:48:48 +02:00
parent 0a3254b88a
commit e21c2c8cb1
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ include_once APP . 'Model/WorkflowModules/WorkflowBaseModule.php';
class Module_tag_operation extends WorkflowBaseActionModule
{
public $blocking = true;
public $blocking = false;
public $id = 'tag_operation';
public $name = 'Tag operation';
public $description = 'Add or remove tags on Event or Attributes.';