mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 04:20:05 +02:00
fix client-side nextmatch to use select-options from get_rows data for select-widgets in newly rendered rows
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user