Closed jkowens closed 1 year ago
Fixes #2266. Already generated admin code for ActiveRecord will need to replace update_attributes with update when upgrading to version 6.1 or greater.
update_attributes
update
Nice, glad we already had a mechanism for this setup to be dependent on component selected making this a relatively easy fix!
Fixes #2266. Already generated admin code for ActiveRecord will need to replace
update_attributes
withupdate
when upgrading to version 6.1 or greater.