Get most submit actions working

This commit is contained in:
Nathan Gray
2012-04-10 20:27:37 +00:00
parent f50c5f2799
commit b2e9b07af8
5 changed files with 52 additions and 18 deletions

View File

@ -278,6 +278,9 @@ var et2_dataview_selectionManager = Class.extend({
// Create an action object for the tr and connect it to a dummy AOI
_entry.ao = this._actionObjectManager.addObject(_uid, dummyAOI);
// Force context (actual widget) in here, it's the last place it's available
_entry.ao._context = this._context;
_entry.ao.updateActionLinks(_links);
_entry.ao._index = _idx;