Fixed dataview dependencies and got nextmatch-widget load in timesheet.index

This commit is contained in:
Andreas Stöckel
2011-09-09 09:57:59 +00:00
parent 476deb3605
commit 45d02dfeb9
4 changed files with 6 additions and 1 deletions

View File

@ -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");