Commit Graph

2 Commits (24f82272b9fce8c196dd1a96eaa02558b04efaaa)

Author SHA1 Message Date
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