mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
Fixed dataview dependencies and got nextmatch-widget load in timesheet.index
This commit is contained in:
@ -214,7 +214,7 @@ var et2_dataview_rowProvider = Class.extend({
|
||||
{
|
||||
var node = entry.widget.getDOMNode(entry.widget);
|
||||
|
||||
if (node.parentNode)
|
||||
if (node && node.parentNode)
|
||||
{
|
||||
// Get the parent node and replace the node with a placeholder
|
||||
entry.placeholder = document.createElement("span");
|
||||
|
Reference in New Issue
Block a user