bugfix
This commit is contained in:
parent
87bb4ba10f
commit
df72c129bf
@ -1,5 +1,5 @@
|
|||||||
{% set roles = get_user_roles(get_user()) %}
|
{% set roles = get_user_roles(get_user()) %}
|
||||||
{% if owner.operator in roles %}
|
{% if "owner.operator" in roles %}
|
||||||
{
|
{
|
||||||
"widgettype": "Form",
|
"widgettype": "Form",
|
||||||
"options": {
|
"options": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user