Which plugin/repository is the issue about?
Currently, acceptBlueCustomerId is an int field that shows up as required in the customFields. It should be nullable and readonly, perhaps event internal
Describe the bug
Current CustomFields config make it fail validation on our side. Also, we don't want people to see that field.
To Reproduce
Steps to reproduce the behavior:
Go to Customer edit form
Open customfields
Expected behavior
This is an internal field, clients shouldn't see it, but admins should be able to.
Additional context
Add any other context about the problem here.
Agreed. I have made it nullable and readonly. I've left it visible in Admin, because it can be useful to admins to see what AC customer is connected. Any downsides I am missing?
Which plugin/repository is the issue about? Currently,
acceptBlueCustomerId
is anint
field that shows up as required in the customFields. It should benullable
andreadonly
, perhaps eventinternal
Describe the bug Current CustomFields config make it fail validation on our side. Also, we don't want people to see that field.
To Reproduce Steps to reproduce the behavior:
Expected behavior This is an internal field, clients shouldn't see it, but admins should be able to.
Additional context Add any other context about the problem here.