Jump to content

Countries Models "edit Action" Rules


Blesta Addons

Recommended Posts

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']);
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...