Thursday, June 14, 2018
1 change · master
Resolved issues and error corrections
The web interface's date handling library has been updated so date validation works correctly. This prevents errors when checking whether a value is a date and improves reliability across localized date formats.
Original PR description
Description of the issue/feature this PR addresses: Using the function `moment.isData() ` causes the error "moment.isDate is not a function". Update the moment.js from version 2.17.1 to 2.22.2 allows you to fix this Current behavior before PR: The error "moment.Date is not a function" when using the function `moment.isDate()` Desired behavior after PR is merged: The function `moment.isDate()` work correctly -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr