From 07a852ed8a03dbdbc7cde6c32a2aa4f61c9e24f9 Mon Sep 17 00:00:00 2001 From: Long Wen Date: Fri, 5 Jul 2019 16:47:30 +0800 Subject: [PATCH] Fix selection issue for similar-named CMS objects (#4433) CMS objects with the same name as another object (eg. "test.htm" for a page and "test.htm" for a partial) were unable to be selected (selecting the partial selected the page). Credit to @wenlong-date. --- modules/cms/widgets/templatelist/partials/_items.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cms/widgets/templatelist/partials/_items.htm b/modules/cms/widgets/templatelist/partials/_items.htm index c8b5711e3..60f5d90a6 100644 --- a/modules/cms/widgets/templatelist/partials/_items.htm +++ b/modules/cms/widgets/templatelist/partials/_items.htm @@ -36,7 +36,7 @@
- fileName) ?> + itemType . '/' . $item->fileName) ?>