fix client-side nextmatch to use select-options from get_rows data for select-widgets in newly rendered rows

This commit is contained in:
Ralf Becker
2016-04-05 15:05:31 +00:00
parent 4d22204945
commit 4591f5c8b4
2 changed files with 10 additions and 2 deletions

View File

@@ -565,6 +565,8 @@ var et2_nextmatch_controller = (function(){ "use strict"; return et2_dataview_co
{
this.self._rowProvider.categories = null;
}
// update array mgr so select widgets in row also get refreshed options
nm.getParent().getArrayMgr('sel_options').data[id] = _response.rows.sel_options[id];
}
}
else