binshops / laravel-blog

Laravel Blog Package/ Laravel CMS. Easiest way to add a blogging system to your Laravel website. Laravel Blog.
https://www.binshops.com
MIT License
429 stars 134 forks source link

If post change Published? to Not Published ErrorException #48

Closed OrlangurDux closed 3 years ago

OrlangurDux commented 3 years ago

screenshot-server d-life org_8090-2021 08 20-11_37_10 Apparently this is due to the fact that the translations are loaded first, and then the post is attached, and if it is not published, then instead of the object it is null.

samberrry commented 3 years ago

the issue has been fixed on master. We will have a release soon. Thanks