Skip to content

Error deleting logs and auditlogs #690

@zinkpad

Description

@zinkpad

On dev branch I cant delete auditlogs and logs by date because datepicker locale for spanish language 'es' is not included in gulpfile.js and dateformat is in english format, but the AspNetCore culture is established as spanish, then the viewmodel cant be validated on controller and always show an error due wrong date format.

To avoid this issue I just added this line to gulp file:

function processScripts() {
return gulp
.src([....]
'./node_modules/bootstrap-datepicker/dist/locales/bootstrap-datepicker.es.min.js',

[...]

Thanks!!

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions