mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
* 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 = {
|
this._filters = {
|
||||||
record_id: this.options.value.id,
|
record_id: this.options.value.id,
|
||||||
appname: this.options.value.app,
|
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
|
// Create the dynheight component which dynamically scales the inner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user