got empty nextmatch in timesheet working

This commit is contained in:
Ralf Becker
2021-06-08 14:11:59 +02:00
parent f91bca83e1
commit 304dbb95ab
33 changed files with 187 additions and 148 deletions

View File

@ -11,7 +11,7 @@
/api/js/jsapi/egw_app.js
*/
import { EgwApp } from "../jsapi/egw_app";
import { app, egw } from "../jsapi/egw_global";
import { egw } from "../jsapi/egw_global";
import { et2_dialog } from "./et2_widget_dialog";
import { et2_file } from "./et2_widget_file";
import { et2_textbox } from "./et2_widget_textbox";