mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-29 01:09:10 +01:00
Fix reversed path when namespaced widgets were nested
This commit is contained in:
parent
bff821e300
commit
1224439431
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user