Small fixes to facets handling. re #21
* Fix ths duplicate of URL parameter * Fix when parameter is empty
This commit is contained in:
parent
e5d0933971
commit
11645b2155
4 changed files with 14 additions and 3 deletions
|
@ -139,7 +139,7 @@
|
|||
/*
|
||||
* Filter on tags to book list
|
||||
*/
|
||||
$config['cops_books_filter'] = array ("Non lus" => "!Read", "lus" => "Read");
|
||||
$config['cops_books_filter'] = array ("Tout" => "", "Non lus" => "!Read", "lus" => "Read");
|
||||
|
||||
/*
|
||||
* Custom Columns to add as an array containing the lookup names
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue