diff --git a/composer.json b/composer.json index 3c19382..3ed4045 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ ], "require": { "php": "^7.4|^8.0", - "tipoff/authorization": "^2.8.0", - "tipoff/locations": "^2.9.9", - "tipoff/support": "^2.0.2" + "tipoff/authorization": "^2.8.6", + "tipoff/locations": "^2.12.0", + "tipoff/support": "^2.1.5" }, "require-dev": { - "tipoff/test-support": "^2.0.0" + "tipoff/test-support": "^2.0.1" }, "autoload": { "psr-4": { diff --git a/src/Nova/Invoice.php b/src/Nova/Invoice.php index 0dd03f1..317bbec 100644 --- a/src/Nova/Invoice.php +++ b/src/Nova/Invoice.php @@ -25,19 +25,12 @@ class Invoice extends BaseResource public static $search = [ 'invoice_number', ]; - + public static $group = 'Operations Units'; public static function indexQuery(NovaRequest $request, $query) { - if ($request->user()->hasRole([ - 'Admin', - 'Owner', - 'Accountant', - 'Executive', - 'Reservation Manager', - 'Reservationist', - ])) { + if ($request->user()->hasPermissionTo('all locations')) { return $query; } @@ -92,7 +85,7 @@ protected function dataFields(): array $this->updaterDataFields(), ); } - + public function filters(Request $request) { return [