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.75k stars 572 forks source link

Fix published scope #2606

Closed Tofandel closed 3 months ago

Tofandel commented 3 months ago

If the model does not have the publishing feature and column, then the published scope throws an error

It's called in TwillUtil::parseInternalLinks for example, indiscriminately of the model's features