cms icon indicating copy to clipboard operation
cms copied to clipboard

Role Permission Error

Open kobato-chan1912 opened this issue 1 year ago • 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

kobato-chan1912 avatar Jul 17 '22 22:07 kobato-chan1912

Is the count of category and tag once every hour?

kobato-chan1912 avatar Jul 17 '22 22:07 kobato-chan1912

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

juzaweb avatar Jul 18 '22 03:07 juzaweb

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

kobato-chan1912 avatar Jul 18 '22 06:07 kobato-chan1912

Fixed error show taxonomy and update the count in taxonomy

juzaweb avatar Jul 29 '22 12:07 juzaweb