From 3bf09e0b0b68a43fa289a4c2cf085ba85f69ffc0 Mon Sep 17 00:00:00 2001 From: christianbltr Date: Thu, 8 Sep 2016 13:48:02 +0200 Subject: [PATCH] make tx_kesearch_tags an exclude-field. --- ChangeLog | 1 + ext_tables.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7aa1a5f2..aecd4abf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ current master [BUGFIX] Fix page browser issues with realurl. Thanks to Toben Schmidt. https://forge.typo3.org/issues/77454. https://github.com/teaminmedias-pluswerk/ke_search/pull/62. [TASK] Do not hide "layout" field in the backend. https://github.com/teaminmedias-pluswerk/ke_search/issues/60. [TASK] Add type, uid and pid to the overview page in the backend module and add some styling. +[TASK] Make tx_kesearch_tags an exclude-field. https://forge.typo3.org/issues/77281 Version 2.3.1, July 2016 [TASK] Set version to 2.3.1, just to match the TER version number. diff --git a/ext_tables.php b/ext_tables.php index ed3994e6..7db56b59 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -32,7 +32,7 @@ // add tag field to pages $tempColumns = array( 'tx_kesearch_tags' => array( - 'exclude' => 0, + 'exclude' => 1, 'label' => 'LLL:EXT:ke_search/locallang_db.xml:pages.tx_kesearch_tags', 'config' => array( 'type' => 'select',