We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a4ab0 commit f0c3f6fCopy full SHA for f0c3f6f
2 files changed
app/Transformers/Admin/NodeTransformer.php
@@ -94,7 +94,7 @@ public function includeAllocations(Node $node)
94
*/
95
public function includeLocation(Node $node)
96
{
97
- if ($this->request && ! $this->request->apiKeyHasPermission('location-view')) {
+ if ($this->request && ! $this->request->apiKeyHasPermission('location-list')) {
98
return;
99
}
100
app/Transformers/Admin/ServerTransformer.php
@@ -184,7 +184,7 @@ public function includeVariables(Server $server)
184
185
public function includeLocation(Server $server)
186
187
188
189
190
0 commit comments