1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Added comment to metagroup groups combo

This commit is contained in:
Adolfo Gómez García 2017-05-24 11:52:58 +02:00
parent cce8fa4869
commit c1377255b5

View File

@ -68,7 +68,7 @@
<select multiple name="groups" class="selectpicker show-menu-arrow show-tick modal_field_data" data-style="btn-default" data-width="100%" id="id_state">
{{# each groups_all }}
{{# ifequals type 'group' }}
<option value="{{ id }}"{{# ifbelongs id ../groups }} selected{{/ ifbelongs}}>{{ name }}</option>
<option value="{{ id }}"{{# ifbelongs id ../groups }} selected{{/ ifbelongs}}>{{ name }} ({{ comments }})</option>
{{/ ifequals }}
{{/ each }}
</select>