Skip to content

Commit 6a997d8

Browse files
committed
NGSTACK-991 add comments for location visibility toggler label that is hidden
1 parent 105d165 commit 6a997d8

File tree

1 file changed

+3
-0
lines changed
  • bundle/Resources/views/themes/ngadmin/content/tab/locations

1 file changed

+3
-0
lines changed

bundle/Resources/views/themes/ngadmin/content/tab/locations/tab.html.twig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
</span>
6969
</div>
7070

71+
{# This label is necessary because the Ibexa's JS script modifies it #}
72+
{# That's why this label is hidden and never shown #}
73+
{# vendor/ibexa/admin-ui/src/bundle/Resources/public/js/scripts/admin.location.visibility.js #}
7174
<label class="ibexa-content-locations__visibility-toggler-label" style="display: none"></label>
7275

7376
{% if location.parentLocation is defined and location.parentLocation.invisible %}

0 commit comments

Comments
 (0)