mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Save some processing by preventing API from fetching UIDs, which aren't applicable here.
This commit is contained in:
parent
b7229cdcdf
commit
e4e869953f
@ -378,7 +378,8 @@ var et2_historylog = et2_valueWidget.extend([et2_IDataProvider],
|
||||
this._filters,
|
||||
this.id,
|
||||
_callback,
|
||||
_context
|
||||
_context,
|
||||
[]
|
||||
);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user