mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-2809 #comment add hide field switch attribute gui_editable value #time 2h
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% for field in fields %}
|
{% for field in fields %}
|
||||||
{% set i = field.get_id() %}
|
{% set i = field.get_id() %}
|
||||||
{% if field.is_readonly() is empty %}
|
{% if field.is_readonly() is empty and field.get_gui_editable()== 1 %}
|
||||||
<div class="edit_field edit-field-action" id="EditFieldBox_{{i}}"
|
<div class="edit_field edit-field-action" id="EditFieldBox_{{i}}"
|
||||||
data-id="{{i}}"
|
data-id="{{i}}"
|
||||||
data-name="{{field.get_name()}}">
|
data-name="{{field.get_name()}}">
|
||||||
|
Reference in New Issue
Block a user