From 1d368c3be3c64a86ae1fd11e4f2989676a0155e0 Mon Sep 17 00:00:00 2001 From: Lucas Riutzel Date: Wed, 18 Sep 2019 15:34:46 -0500 Subject: [PATCH] node delete action is not correctly exported --- config/system.action.node_delete_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/system.action.node_delete_action.yml b/config/system.action.node_delete_action.yml index d30ad212..64c0510f 100644 --- a/config/system.action.node_delete_action.yml +++ b/config/system.action.node_delete_action.yml @@ -9,5 +9,5 @@ _core: id: node_delete_action label: 'Delete content' type: node -plugin: node_delete_action +plugin: 'entity:delete_action:node' configuration: { }