Skip to content

Commit

Permalink
fix selection of tags in page propoerties. Thanks to Martin Voss.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bülter committed Dec 14, 2015
1 parent 19e6520 commit 8afe08e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8afe08e

Please sign in to comment.