stable
Clone or download
Read-only
request #13895 Document warning are raised in console
How to reproduce: Have a project where obsolesence date metadata is required Open console and then create a new document, let permenent as obsolescence date Everything is going well, except the fact that notice are raised in console REST route needs to have null for obsolescence_date, so at creation we need to transform it The data binding try to apply the new value of date in OtherInformationMetadataForCreate component and its definition is value: { required: true } => error are raised in console introduced by If95cb50731dd3befe916077a5c2595e500d2f164 Change-Id: I57f805f77910ea11c37f38f953051f4d8bbd3744
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/store/actions.js | +14 | −10 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.test.js | +0 | −1 | Go to diff View file |