Merge #16749 - Fix #16656 - Error messages are not translated

Pull-request: #16749
Fixes: #16656

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-03-24 02:54:28 +01:00
commit b1aa5dcf19
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -482,13 +482,14 @@ AJAX.registerOnload('table/change.js', function () {
isTime(dtValue.substring(dv + 1));
}
});
/*
* message extending script must be run
* after initiation of functions
*/
extendingValidatorMessages();
}
/*
* message extending script must be run
* after initiation of functions
*/
extendingValidatorMessages();
$.datepicker.initialized = false;
$(document).on('click', 'span.open_gis_editor', function (event) {