$cont is NOT root but current name-space in old eTemplate, leaving now identical $_cont for now

This commit is contained in:
Ralf Becker 2015-03-17 23:15:17 +00:00
parent 41671d733a
commit cc851bb6e8

View File

@ -238,8 +238,9 @@ var et2_arrayMgr = Class.extend(
// Get the content array for the current row
var row = this.perspectiveData.row;
var row_cont = this.data[row] || {};
var cont = this.getRoot().data;
var _cont = this.data;
// $cont is NOT root but current name-space in old eTemplate
var cont = this.data;//getRoot().data;
var _cont = this.data;// according to a grep only used in ImportExport just twice
// Check whether the expression has already been compiled - if not,
// try to compile it first. If an error occurs, the identifier