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.71k stars 567 forks source link

fix: weird behaviour of slugs table active column #2531

Open zeezo887 opened 5 months ago

zeezo887 commented 5 months ago

Description

This addresses the issue where the active column of the slugs table lags one save behind (uses the value of the previous save value). To fix this I used the value of the language->published passed in the request to determine slug active status instead of using the translation active value.