thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.78k stars 2.67k forks source link

Creating / updating a post doesn't update category #748

Closed borislav-itskov closed 7 years ago

borislav-itskov commented 7 years ago

Description:

When I try to create / update a post, the category for that post doesn't get updated.

Steps To Reproduce:

Fresh install of laravel 5.3, fresh install of voyager via composer require and seed data through voyager's seeder.

Go to admin -> post, try creating a new post and attach a category. In the database, the category is for a post is always NULL.

Fisiu commented 7 years ago

Edit posts BREAD and change category_id from Text Box to Select Dropdown.

I'm not sure where this is set in source code. It also should be adjusted to make it working with fresh installations.

Frondor commented 7 years ago

We clearly have problems with documentation :D

marktopper commented 7 years ago

I need to get working on the documentation, also since v0.11 just got out.

turtuga commented 7 years ago

Fixed in v0.11

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.