feat: add warehouse management permissions and remove testimonial creation/update capabilities.
This commit is contained in:
parent
9f73b32694
commit
fefad3f6b1
@ -134,8 +134,6 @@ public function run(): void
|
||||
'delete faq',
|
||||
|
||||
'view testimonial',
|
||||
'create testimonial',
|
||||
'update testimonial',
|
||||
'delete testimonial',
|
||||
|
||||
'view broadcast',
|
||||
@ -321,6 +319,12 @@ public function run(): void
|
||||
'update outlet',
|
||||
'delete outlet',
|
||||
|
||||
'view warehouse',
|
||||
'show warehouse',
|
||||
'create warehouse',
|
||||
'update warehouse',
|
||||
'delete warehouse',
|
||||
|
||||
'view user',
|
||||
'create user',
|
||||
'update user',
|
||||
@ -403,6 +407,13 @@ public function run(): void
|
||||
'update faq',
|
||||
'delete faq',
|
||||
|
||||
'view broadcast',
|
||||
'create broadcast',
|
||||
'delete broadcast',
|
||||
|
||||
'view testimonial',
|
||||
'delete testimonial',
|
||||
|
||||
'view perfume feature',
|
||||
'create perfume feature',
|
||||
'update perfume feature',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user