Save some processing by preventing API from fetching UIDs, which aren't applicable here.

This commit is contained in:
Nathan Gray 2014-10-06 20:10:07 +00:00
parent b7229cdcdf
commit e4e869953f

View File

@ -378,7 +378,8 @@ var et2_historylog = et2_valueWidget.extend([et2_IDataProvider],
this._filters,
this.id,
_callback,
_context
_context,
[]
);
},