Closed marocchino closed 1 year ago
This seems to be due to the file location change in spree itself. https://github.com/spree/spree/blob/v4.3.2/core/app/models/spree/preferences/configuration.rb https://github.com/spree/spree/blob/v4.5.0/core/lib/spree/core/preferences/configuration.rb
It looks like you need to either update the minimum required version or makes condition for before 4.5.
related #218, https://github.com/spree/spree/pull/11552
Hi @marocchino - thank you for reporting this. I reviewed the issue and it doesn't even make sense to inherit from Spree::Preference for this, as vendorized models don't make sense to be persisted into the database. I've made some adjustments in this PR and released v2.4.1 It should work fine now, and in case of any problems, please reopen this issue
There is a loading issue after updating to version 2.4.0.