GSMA-CPAS / BWRP-UI

Apache License 2.0
1 stars 0 forks source link

JSON Model, New Contract structure (Service Groups), Deal Viewing #47

Closed hochbergg closed 3 years ago

sgerhardt-trilobyte commented 3 years ago

FYI

Create Deal

If input field "Start Date" or "End Date" is empty -> click "SAVE & PROPOSE TO PARTNER"

Uncaught TypeError: Cannot read property 'toISOString' of null
    at Object.convertUiModelToJsonModel (convert-models.js:117)
    at NewDocument.js:215

If input filed "TADIG Codes" is empty -> click "SAVE & PROPOSE TO PARTNER"

convert-models.js:11 Uncaught TypeError: Cannot read property 'split' of null
    at X (convert-models.js:11)
    at Object.convertUiModelToJsonModel (convert-models.js:128)
    at NewDocument.js:215

and so on ...

No user feedback that something went wrong. Only error logging in the console

hochbergg commented 3 years ago

Added generic error message in pull request https://github.com/GSMA-CPAS/BWRP-UI/pull/49