mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-05 04:38:10 +08:00
fix entity log
This commit is contained in:
parent
0426e23e7e
commit
35001b3397
@ -43,7 +43,7 @@ public class EntityLogViewer extends AbstractWindow {
|
||||
Table table = getComponent("events");
|
||||
TableActionsHelper helper = new TableActionsHelper(this, table);
|
||||
helper.createFilterApplyAction("filter.apply");
|
||||
helper.createFilterClearAction("filter.clear", "filter-pane");
|
||||
helper.createFilterClearAction("filter.clear", "filter.filter-pane");
|
||||
|
||||
Date date = TimeProvider.currentTimestamp();
|
||||
((DateField) getComponent("filter.createdFrom")).setValue(DateUtils.addDays(date, -1));
|
||||
|
Loading…
Reference in New Issue
Block a user