area17 / twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
https://twillcms.com
Apache License 2.0
3.78k stars 574 forks source link

Use model configuration in the relationship morph map #2408

Closed redelschaap closed 9 months ago

redelschaap commented 9 months ago

There is a bug in the package in case you change the model configuration and you already have relational data in the database.

In my case, I had an app setting that saves a relation to a page. After changing the block class through the model configuration, I got some strange errors. This adjustment in the package resolved the errors.

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.

redelschaap commented 9 months ago

@ifox Any idea when the next 3.x version will be released?