Which plugin/repository is the issue about?
accept-blue-plugin
Describe the bug
acceptBlueCustomerId is not nullable. This creates problems if you try to edit the customer and rendering customFields + validation based on the custom fields configuration
To Reproduce
Steps to reproduce the behavior:
Go to Edit Customer
Save with an empty acceptBlueCustomerId
A validation error will ocurr
Expected behavior
customField should be nullable (and also readonly, plus have some kind of nice label)
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
NodeJS version
Plugin version 1.8.1
Additional context
We are using our form renderer.
Which plugin/repository is the issue about? accept-blue-plugin Describe the bug acceptBlueCustomerId is not nullable. This creates problems if you try to edit the customer and rendering customFields + validation based on the custom fields configuration
To Reproduce Steps to reproduce the behavior:
Expected behavior customField should be nullable (and also readonly, plus have some kind of nice label)
Screenshots If applicable, add screenshots to help explain your problem.
Environment
Additional context We are using our form renderer.