forked from extern/egroupware
* All apps/History: fixed history tab shown empty in default (minimal) installation
This commit is contained in:
parent
205d377ca9
commit
9b4d727eb0
@ -137,7 +137,7 @@ var et2_historylog = (function(){ "use strict"; return et2_valueWidget.extend([e
|
||||
this._filters = {
|
||||
record_id: this.options.value.id,
|
||||
appname: this.options.value.app,
|
||||
get_rows: 'historylog::get_rows'
|
||||
get_rows: 'EGroupware\\Api\\Storage\\History::get_rows'
|
||||
};
|
||||
|
||||
// Create the dynheight component which dynamically scales the inner
|
||||
|
Loading…
Reference in New Issue
Block a user