mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 07:15:04 +02:00
Fix so namespaces work even without content data
This commit is contained in:
@ -817,7 +817,7 @@ var et2_widget = Class.extend({
|
||||
|
||||
// Check whether the manager has a namespace for the id of this object
|
||||
var entry = mgr.getEntry(this.id);
|
||||
if (typeof entry === 'object' && entry !== null)
|
||||
if (typeof entry === 'object' && entry !== null||this.id )
|
||||
{
|
||||
// The content manager has an own node for this object, so
|
||||
// create an own perspective.
|
||||
|
Reference in New Issue
Block a user