diff --git a/core/modules/config/config.local_tasks.yml b/core/modules/config/config.local_tasks.yml index c2b6916..03a4443 100644 --- a/core/modules/config/config.local_tasks.yml +++ b/core/modules/config/config.local_tasks.yml @@ -13,7 +13,6 @@ config.import: title: Import tab_root_id: config.sync weight: 2 -# todo I'm not sure why there are two imports. is there history here? config.sync_import: route_name: config.sync tab_root_id: config.sync diff --git a/core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTest.php b/core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTest.php index c1d59e4..705347e 100644 --- a/core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTest.php +++ b/core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTest.php @@ -21,8 +21,8 @@ /** * Defines a base unit test for testing existence of local tasks. * - * @todo help do access checking. - * @todo help with url building, title and other data checks. + * @todo Add tests for access checking and url building, + * https://drupal.org/node/2112245. */ abstract class LocalTaskIntegrationTest extends UnitTestCase {