File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public function includeAllocations(Node $node)
9494 */
9595 public function includeLocation (Node $ node )
9696 {
97- if ($ this ->request && ! $ this ->request ->apiKeyHasPermission ('location-view ' )) {
97+ if ($ this ->request && ! $ this ->request ->apiKeyHasPermission ('location-list ' )) {
9898 return ;
9999 }
100100
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ public function includeVariables(Server $server)
184184 */
185185 public function includeLocation (Server $ server )
186186 {
187- if ($ this ->request && ! $ this ->request ->apiKeyHasPermission ('location-view ' )) {
187+ if ($ this ->request && ! $ this ->request ->apiKeyHasPermission ('location-list ' )) {
188188 return ;
189189 }
190190
You can’t perform that action at this time.
0 commit comments