-
- Downloads
Issue #2317981 by benjifisher, ohthehugemanatee, larowlan, andypost,...
Issue #2317981 by benjifisher, ohthehugemanatee, larowlan, andypost, ByronNorris, AaronMcHale, smustgrave, dawehner, rkoller: Move block content edit and delete routes under admin/content/block to improve IA for editors and fix breadcrumbs
parent
cb778841
No related branches found
No related tags found
Showing
- core/modules/block_content/block_content.install 3 additions, 3 deletionscore/modules/block_content/block_content.install
- core/modules/block_content/block_content.routing.yml 31 additions, 3 deletionscore/modules/block_content/block_content.routing.yml
- core/modules/block_content/src/Controller/BlockContentController.php 59 additions, 0 deletions...s/block_content/src/Controller/BlockContentController.php
- core/modules/block_content/src/Entity/BlockContent.php 6 additions, 6 deletionscore/modules/block_content/src/Entity/BlockContent.php
- core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php 2 additions, 2 deletions...content/tests/src/Functional/BlockContentCreationTest.php
- core/modules/block_content/tests/src/Functional/BlockContentListTest.php 6 additions, 6 deletions...ock_content/tests/src/Functional/BlockContentListTest.php
- core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php 5 additions, 5 deletions...ontent/tests/src/Functional/BlockContentListViewsTest.php
- core/modules/block_content/tests/src/Functional/BlockContentRedirectTest.php 48 additions, 0 deletions...content/tests/src/Functional/BlockContentRedirectTest.php
- core/modules/block_content/tests/src/Functional/BlockContentRevisionDeleteTest.php 1 addition, 1 deletion...t/tests/src/Functional/BlockContentRevisionDeleteTest.php
- core/modules/block_content/tests/src/Functional/BlockContentRevisionRevertTest.php 1 addition, 1 deletion...t/tests/src/Functional/BlockContentRevisionRevertTest.php
- core/modules/block_content/tests/src/Functional/BlockContentRevisionsTest.php 1 addition, 1 deletion...ontent/tests/src/Functional/BlockContentRevisionsTest.php
- core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php 1 addition, 1 deletion...nt/tests/src/Functional/BlockContentTranslationUITest.php
- core/modules/block_content/tests/src/Functional/PageEditTest.php 6 additions, 5 deletions...dules/block_content/tests/src/Functional/PageEditTest.php
- core/modules/content_moderation/tests/src/Functional/ModerationStateBlockTest.php 5 additions, 5 deletions...eration/tests/src/Functional/ModerationStateBlockTest.php
Loading