timesheet export (#317)
* remove autocomplete for begin and end * fix minute display in timesheet-edit form * toolbar form label in separate row * added export action
This commit is contained in:
@@ -7,7 +7,7 @@ Encore
|
||||
// the public path used by the web server to access the previous directory
|
||||
.setPublicPath('/build/')
|
||||
|
||||
// delete old files before creating them
|
||||
// empty the outputPath directory before each build
|
||||
.cleanupOutputBeforeBuild()
|
||||
|
||||
// add debug data in development
|
||||
@@ -25,9 +25,6 @@ Encore
|
||||
// show OS notifications when builds finish/fail
|
||||
.enableBuildNotifications()
|
||||
|
||||
// empty the outputPath dir before each build
|
||||
.cleanupOutputBeforeBuild()
|
||||
|
||||
// load jquery as Kimai and AdminLTE rely on it
|
||||
.autoProvidejQuery()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user