Commit Graph

4 Commits (989cf79c7fefaaa778c12ff8ad7df39380647325)

Author SHA1 Message Date
oca-travis 88051ef32c [UPD] Update web_widget_datepicker_options.pot 2018-06-24 10:28:17 +00:00
Luis González ba73183d64 [FIX] web_widget_datepicker_options: Fix error when field is undefined
Currently, when a view is rendered and a date or datetime field is not
defined (e.g. when designing reports), it causes a JS error.

This patch fixes the above error.
2018-06-11 00:00:07 +00:00
Luis González c704912955 [FIX] web_widget_datepicker_options: Apply fixes after migration to v11
This applies some changes to the module after migration, to conform new
guidelines and conventions for version 11.0.

In addition, this applies the following fixes:
- The widged didn't work when the field was a `datetime` due to a typo
  in a JS conditional
- Replaced `Object.assign()` -> `_.assign()` to improve
  browser-compatibility
2018-05-30 19:33:31 +00:00
Yanina Aular 9b264c286e [MIG] Migrate web_widget_datepicker_options to version 11.0
This commit extracts the module from version 10 and migrates it to v11
2018-05-30 19:33:31 +00:00