mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Fix reversed path when namespaced widgets were nested
This commit is contained in:
@@ -156,7 +156,7 @@ var et2_arrayMgr = Class.extend(
|
|||||||
|
|
||||||
if (this.perspectiveData.key != null)
|
if (this.perspectiveData.key != null)
|
||||||
{
|
{
|
||||||
_path.push(this.perspectiveData.key);
|
_path.unshift(this.perspectiveData.key);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.parentMgr != null)
|
if (this.parentMgr != null)
|
||||||
|
Reference in New Issue
Block a user