From 442c953708c336308cf7debef9dfae54afe19729 Mon Sep 17 00:00:00 2001 From: Harrys Ravalomanana Date: Wed, 6 Nov 2019 15:51:25 +0400 Subject: [PATCH] PHRAS-2809 #comment add hide field switch attribute gui_editable value #time 2h --- templates/web/prod/actions/edit_default.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/prod/actions/edit_default.html.twig b/templates/web/prod/actions/edit_default.html.twig index bc4a8a3de9..781183b270 100644 --- a/templates/web/prod/actions/edit_default.html.twig +++ b/templates/web/prod/actions/edit_default.html.twig @@ -90,7 +90,7 @@ {% endif %} {% for field in fields %} {% set i = field.get_id() %} - {% if field.is_readonly() is empty %} + {% if field.is_readonly() is empty and field.get_gui_editable()== 1 %}