Page 1 of 1

Regex custom fields validation issue in Admin / Sales / Order / Edit

Posted: Wed Jun 23, 2021 1:16 am
by Rod2k
Setup:
OC 3.0.3.7

I'm trying to create a custom field for account for the fiscal ID, I've already added to the account and works fine from the front side, the field is required

but when you to the Admin / Sales / Orders / and try to edit any order, the same field doesn't allow you to continue, I've already tried making the field optional and still have the same issue, the regex that I'm using is /^[0-9]+(-?[0-9kK])?|((C|c)+(F|f))$/

where do I start to debug this particular problem?

P.D. this forum only allow me to upload 3 images

Re: Regex custom fields validation issue in Admin / Sales / Order / Edit

Posted: Wed Jun 23, 2021 1:23 am
by straightlight
Addressed issue already fixed on the master branch.