juzaweb/cms

Role Permission Error

kobato-chan1912 opened this issue · 4 comments

I create a role called "Admin", and a user.
Although all permissions with role are checked, the left menu when logging in only shows Posts and Pages Item. And when i go to tags or cateogires manager, it got this error.

Too few arguments to function Juzaweb\Backend\Policies\TaxonomyPolicy::create(), 1 passed in /Users/maivietdung/Downloads/laravel-blog/blog-admin/vendor/laravel/framework/src/Illuminate/Auth/Access/Gate.php on line 797 and exactly 3 expected

Is the count of category and tag once every hour?

No! Maybe it's a bug, I'm checking it, thank you

It seems not to update the count in cate/tags model when removing/deleting a post.

Fixed error show taxonomy and update the count in taxonomy