Fix issues where rule action would use old data.

This commit is contained in:
James Cole
2021-03-23 06:42:26 +01:00
parent ccaadd1f52
commit d1c87e1c21
21 changed files with 406 additions and 304 deletions

View File

@@ -60,6 +60,7 @@ class SetDescription implements ActionInterface
$this->action->action_value
)
);
return true;
}
}