ImportRowModifier: add missing property
This commit is contained in:
parent
95769c3ee2
commit
ea02d0b23c
|
@ -19,6 +19,7 @@ class ImportRowModifier extends DbObjectWithSettings
|
|||
'provider_class' => null,
|
||||
'target_property' => null,
|
||||
'priority' => null,
|
||||
'description' => null,
|
||||
);
|
||||
|
||||
protected $settingsTable = 'import_row_modifier_setting';
|
||||
|
|
Loading…
Reference in New Issue