From 397115a8fc3e1e6efa5fb2f46d3ba3b9c58c32ff Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Mon, 4 Jun 2018 14:01:49 +0100
Subject: [PATCH] Issue #2878151 by joachim: collection link template for
 comment_type entity type is incorrect

(cherry picked from commit f9f81a30f8847590402ac4f64058a73942019272)
---
 core/modules/comment/src/Entity/CommentType.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/comment/src/Entity/CommentType.php b/core/modules/comment/src/Entity/CommentType.php
index a773c583327f..e8978520bcaf 100644
--- a/core/modules/comment/src/Entity/CommentType.php
+++ b/core/modules/comment/src/Entity/CommentType.php
@@ -37,7 +37,7 @@
  *     "delete-form" = "/admin/structure/comment/manage/{comment_type}/delete",
  *     "edit-form" = "/admin/structure/comment/manage/{comment_type}",
  *     "add-form" = "/admin/structure/comment/types/add",
- *     "collection" = "/admin/structure/comment/types",
+ *     "collection" = "/admin/structure/comment",
  *   },
  *   config_export = {
  *     "id",
-- 
GitLab