Skip to content
Snippets Groups Projects
Commit d359d8e3 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge remote branch 'adriane/issues/misc-fixes' into develop-next

parents d0a27a79 5aaa3ff4
No related branches found
No related tags found
No related merge requests found
...@@ -788,7 +788,7 @@ class SavedQueue extends CustomQueue { ...@@ -788,7 +788,7 @@ class SavedQueue extends CustomQueue {
} }
function getStandardColumns() { function getStandardColumns() {
return parent::getColumns(($this->parent)); return parent::getColumns(is_null($this->parent));
} }
function getColumns($use_template=false) { function getColumns($use_template=false) {
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
<!-- Start Dropdown and child queues --> <!-- Start Dropdown and child queues -->
<?php foreach ($searches->findAll(array( <?php foreach ($searches->findAll(array(
'staff_id' => $thisstaff->getId(), 'staff_id' => $thisstaff->getId(),
'parent_id' => 0,
Q::not(array( Q::not(array(
'flags__hasbit' => CustomQueue::FLAG_PUBLIC 'flags__hasbit' => CustomQueue::FLAG_PUBLIC
)) ))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment