Skip to content

Commit

Permalink
FIX Update CMS fields now that they're being scaffolded (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Aug 15, 2024
1 parent 5d4a88a commit eed4dbb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Extensions/WorkflowApplicable.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ class WorkflowApplicable extends DataExtension
'AdditionalWorkflowDefinitions' => WorkflowDefinition::class
];

private static array $scaffold_cms_fields_settings = [
'ignoreFields' => [
'WorkflowDefinition',
],
'ignoreRelations' => [
'AdditionalWorkflowDefinitions',
],
];

private static $dependencies = [
'workflowService' => '%$' . WorkflowService::class,
];
Expand Down

0 comments on commit eed4dbb

Please sign in to comment.