From 969f525fca41ca731d0f550b044a1cfaeb03656e Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 9 Feb 2017 11:27:59 -0800 Subject: [PATCH] Issue #2826728 by tim.clifford, tim.plunkett, Adita, lomasr, tkoleary, boosmith, utkarsh_malviya, laxman.ghavte, dmezquia, Thew, shubhang, rosschive, larowlan: Block layout action removes instance, but contextual link deletes all instances --- .../block_content/block_content.links.contextual.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/modules/block_content/block_content.links.contextual.yml b/core/modules/block_content/block_content.links.contextual.yml index 0653e2f0eea..547f391ff68 100644 --- a/core/modules/block_content/block_content.links.contextual.yml +++ b/core/modules/block_content/block_content.links.contextual.yml @@ -2,9 +2,3 @@ block_content.block_edit: title: 'Edit' group: block_content route_name: 'entity.block_content.canonical' - -block_content.block_delete: - title: 'Delete' - group: block_content - route_name: 'entity.block_content.delete_form' - weight: 1