Controller Permission
This commit is contained in:
parent
fdf7e89afe
commit
9b153dacd8
@ -8,6 +8,8 @@ class GraphqlKey extends Controller
|
||||
|
||||
public $listConfig = 'config_list.yaml';
|
||||
|
||||
public $requiredPermissions = ['germanairlinesva.graphql.master'];
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
@ -9,6 +9,8 @@ class Playground extends Controller
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public $requiredPermissions = ['germanairlinesva.graphql.master'];
|
||||
|
||||
public function index()
|
||||
{
|
||||
$this->pageTitle = 'germanairlinesva.graphql::lang.menu.playground';
|
||||
|
||||
@ -2,9 +2,11 @@ columns:
|
||||
id:
|
||||
label: id
|
||||
type: number
|
||||
member_id:
|
||||
label: member_id
|
||||
type: number
|
||||
member:
|
||||
label: member
|
||||
type: text
|
||||
relation: member
|
||||
valueFrom: name
|
||||
valid_from:
|
||||
label: valid_from
|
||||
type: datetime
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user