From 8afe08ef487eb098377b361e7700fdd92e67579a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20B=C3=BClter?= Date: Mon, 14 Dec 2015 14:12:18 +0100 Subject: [PATCH] fix selection of tags in page propoerties. Thanks to Martin Voss. --- .gitignore | 1 + ChangeLog | 1 + ext_tables.php | 1 + 3 files changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..485dee64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/ChangeLog b/ChangeLog index 41175277..f1153301 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ Version 2.0.0 (featuring fluid templating, composer support and 7LTS compatibili dev-master [BUGFIX] Fix if-condition to not show results on empty search but show a custom message. Thanks to Marc Neuhaus. +[BUGFIX] Fix selection of tags in page properties. Thanks to Martin Voss. https://github.com/teaminmedias-pluswerk/ke_search/issues/14 Version 1.99.7 [BUGFIX] Fix flexform userfunc for TYPO3 7.6 breaking change #70132. Thanks to Kevin Purrmann. diff --git a/ext_tables.php b/ext_tables.php index a8e3ae90..500e3ac1 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -17,6 +17,7 @@ 'label' => 'LLL:EXT:ke_search/locallang_db.xml:pages.tx_kesearch_tags', 'config' => array( 'type' => 'select', + 'renderType' => 'selectSingleBox', 'size' => 10, 'minitems' => 0, 'maxitems' => 100,