Loading htdocs/lib/collection.php +2 −0 Original line number Diff line number Diff line Loading @@ -557,6 +557,7 @@ class Collection { * Get the available views the current user can choose to add to their collections. * Restrictions on this list include: * - currently dashboard, group and profile views are ignored to solve access issues * - default pages (with template == 2) are ignored * - each view can only belong to one collection * - locked/submitted views can't be added to collections * Loading Loading @@ -584,6 +585,7 @@ class Collection { WHERE " . $wherestm . " AND cv.view IS NULL AND v.type NOT IN ('dashboard','grouphomepage','profile') AND v.template != 2 AND v.submittedgroup IS NULL AND v.submittedhost IS NULL GROUP BY v.id, v.title Loading Loading
htdocs/lib/collection.php +2 −0 Original line number Diff line number Diff line Loading @@ -557,6 +557,7 @@ class Collection { * Get the available views the current user can choose to add to their collections. * Restrictions on this list include: * - currently dashboard, group and profile views are ignored to solve access issues * - default pages (with template == 2) are ignored * - each view can only belong to one collection * - locked/submitted views can't be added to collections * Loading Loading @@ -584,6 +585,7 @@ class Collection { WHERE " . $wherestm . " AND cv.view IS NULL AND v.type NOT IN ('dashboard','grouphomepage','profile') AND v.template != 2 AND v.submittedgroup IS NULL AND v.submittedhost IS NULL GROUP BY v.id, v.title Loading