mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
* All apps/History: fixed history tab shown empty in default (minimal) installation
This commit is contained in:
parent
f71d492eb3
commit
b411858f59
@ -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