Blesta Addons Posted May 25, 2014 Report Posted May 25, 2014 if we send a edit request , the model check if the alpha3 exist , it will always return a error for in_use .so the fix is add unset for the in_use for alpha3 // Remove in_use constraint unset($rules['alpha2']['in_use']); unset($rules['alpha3']['in_use']);
Tyson Posted May 27, 2014 Report Posted May 27, 2014 The alpha3 country code must be unique, so simply removing the validation check would not suffice as a fix. However, I've fixed this issue for v3.2.1 of Blesta in CORE-1254.
Recommended Posts