Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit a8f5643

Browse files
fregae0ipso
authored andcommitted
fix: config change to reflect entity action plugins (#355)
New (generic/derived) plugins were added in the course of 8.6 development (see https://www.drupal.org/project/drupal/issues/2670730, CR https://www.drupal.org/node/2934349). The update hooks don't seem to have caught this necessary configuration change. On an existing site running `drush cedit system.action.node_delete_action` (and exporting this change) or changing the configuration in `config/sync/system.action.node_delete_action.yml`
1 parent cfc6272 commit a8f5643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/sync/system.action.node_delete_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dependencies:
66
id: node_delete_action
77
label: 'Delete content'
88
type: node
9-
plugin: node_delete_action
9+
plugin: 'entity:delete_action:node'
1010
configuration: { }

0 commit comments

Comments
 (0)