Skip to content

Commit 49ce25c

Browse files
authored
Merge pull request #54 from DrupalStand/fix-node-delete-action
node delete action is not correctly exported
2 parents 192705d + 1d368c3 commit 49ce25c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/system.action.node_delete_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ _core:
99
id: node_delete_action
1010
label: 'Delete content'
1111
type: node
12-
plugin: node_delete_action
12+
plugin: 'entity:delete_action:node'
1313
configuration: { }

0 commit comments

Comments
 (0)