Fix some issues with search, hack to always display options buttons in library view
This commit is contained in:
parent
ab11974799
commit
daf854af04
2 changed files with 19 additions and 14 deletions
|
@ -69,8 +69,7 @@ class Application_Model_Datatables
|
|||
|
||||
if (isset($data['advSearch']) && $data['advSearch'] === 'true') {
|
||||
|
||||
$librarySetting =
|
||||
Application_Model_Preference::getCurrentLibraryTableColumnMap();
|
||||
$librarySetting = Application_Model_Preference::getCurrentLibraryTableColumnMap();
|
||||
//$displayColumns[] = 'owner';
|
||||
|
||||
// map that maps original column position to db name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue