Change scope to 'shadow-attribute'

pull/9589/head
Vincenzo Caputo 2024-03-16 15:32:42 +00:00
parent 84eed089c2
commit ee3508182d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ include_once APP . 'Model/WorkflowModules/WorkflowBaseModule.php';
class Module_shadow_attribute_before_save extends WorkflowBaseTriggerModule
{
public $id = 'shadow-attribute-before-save';
public $scope = 'attribute';
public $scope = 'shadow-attribute';
public $name = 'Shadow Attribute Before Save';
public $description = 'This trigger is called just before a Shadow Attribute is saved in the database';
public $icon = 'cube';