Actions
Patch #30999
openDatepicker javascript files locale in uppercase not found
Status:
Needs feedback
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
- In public / javascripts / i18n
Files like datepicker-en-GB.js are not found because file is searched with locale that is lowercase.
These files should be in lower case.
The error : Started GET "/javascripts/i18n/datepicker-en-gb.js" for 127.0.0.1 at 2019-03-08 17:43:44 +0100 17.43.44.110 09924: 17.43.44.110 09924: ActionController::RoutingError (No route matches [GET] "/javascripts/i18n/datepicker-en-gb.js"): 17.43.44.110 09924: 17.43.44.110 09924: actionpack (5.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' 17.43.44.110 09924:actionpack (5.2.2) lib/action_dispatch/middleware/show_exceptions.rb:33:in `c
Files
Actions