mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
If categories get updated in a get_rows() call, clear the rowProvider internal cache so it uses the new values
This commit is contained in:
parent
1124c62200
commit
5fa9a9c0d0
@ -327,6 +327,11 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(et2_IDataProvider,
|
||||
{
|
||||
select.set_select_options(_response.rows.sel_options[id]);
|
||||
}
|
||||
// Clear rowProvider internal cache so it uses new values
|
||||
if(id == 'cat_id')
|
||||
{
|
||||
this.self._rowProvider.categories = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user