mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Merge pull request #3203 from HRavalomanana/PHRAS-2809_Prod_Edit_window_hide_field_switch_attribute_gui_editable
PHRAS-2809 #comment merge front part Prod on editing window, hide fields with attribut "gui_editable" to false
This commit is contained in:
@@ -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 %}
|
||||
<div class="edit_field edit-field-action" id="EditFieldBox_{{i}}"
|
||||
data-id="{{i}}"
|
||||
data-name="{{field.get_name()}}">
|
||||
|
Reference in New Issue
Block a user