From 374e6b8d32933509842472822929145c4c6860b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 14 Apr 2021 18:05:20 +0200 Subject: [PATCH] backoffice: don't use popup links for workflow variables/fields (#53131) --- wcs/templates/wcs/backoffice/workflow.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcs/templates/wcs/backoffice/workflow.html b/wcs/templates/wcs/backoffice/workflow.html index 9920b850a..706612fc7 100644 --- a/wcs/templates/wcs/backoffice/workflow.html +++ b/wcs/templates/wcs/backoffice/workflow.html @@ -61,7 +61,7 @@

{% trans "Workflow Variables" %} {% if not workflow.is_readonly %} - ({% trans "change" %}) + ({% trans "change" %}) {% endif %}

{% if workflow.variables_formdef %} @@ -121,7 +121,7 @@

{% trans "Backoffice Fields" %} {% if not workflow.is_readonly %} - ({% trans "change" %}) + ({% trans "change" %}) {% endif %}

{% if workflow.backoffice_fields_formdef %}