diff --git a/core/modules/shortcut/shortcut.routing.yml b/core/modules/shortcut/shortcut.routing.yml index 4a0258c..d8d8ea2 100644 --- a/core/modules/shortcut/shortcut.routing.yml +++ b/core/modules/shortcut/shortcut.routing.yml @@ -30,11 +30,8 @@ entity.shortcut_set.edit_form: requirements: _entity_access: 'shortcut_set.update' -# @todo Make this route cacheable once https://drupal.org/node/2351015 is commited. shortcut.link_add_inline: path: '/admin/config/user-interface/shortcut/manage/{shortcut_set}/add-link-inline' - options: - _cacheable: false defaults: _controller: 'Drupal\shortcut\Controller\ShortcutSetController::addShortcutLinkInline' requirements: