Added the method set_hidden_permissions to the canvas permission editor
This commit is contained in:
parent
8471d44c41
commit
13eceb84c1
1 changed files with 4 additions and 0 deletions
|
@ -1618,5 +1618,9 @@ namespace pe {
|
|||
set_toggle_button(callback: () => string, initial: string) {
|
||||
throw "not implemented";
|
||||
}
|
||||
|
||||
set_hidden_permissions(permissions: PermissionType[]) {
|
||||
//TODO: Stuff here
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue