mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
* Filemanager/Projectmanager: fix broken layout when showing /apps/projectmanager eg. opening Filemanager from PM
This commit is contained in:
parent
7af18ff895
commit
d5122139ab
@ -777,11 +777,6 @@ class filemanager_ui
|
|||||||
*/
|
*/
|
||||||
function get_rows(&$query, &$rows)
|
function get_rows(&$query, &$rows)
|
||||||
{
|
{
|
||||||
// show projectmanager sidebox for projectmanager path
|
|
||||||
if (substr($query['path'],0,20) == '/apps/projectmanager' && isset($GLOBALS['egw_info']['user']['apps']['projectmanager']))
|
|
||||||
{
|
|
||||||
$GLOBALS['egw_info']['flags']['currentapp'] = 'projectmanager';
|
|
||||||
}
|
|
||||||
// do NOT store query, if hierarchical data / children are requested
|
// do NOT store query, if hierarchical data / children are requested
|
||||||
if (!$query['csv_export'])
|
if (!$query['csv_export'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user