We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f922cfc commit 9c5618cCopy full SHA for 9c5618c
administrator/components/com_fields/tmpl/fields/default.php
@@ -179,7 +179,7 @@
179
<?php echo $this->escape($item->type); ?>
180
</td>
181
<td>
182
- <?php echo $this->escape($item->group_title); ?>
+ <?php echo !empty($item->group_title) ? $this->escape($item->group_title) : '[ ' . Text::_('JNONE') . ' ]'; ?>
183
184
<td class="small d-none d-md-table-cell">
185
<?php echo $this->escape($item->access_level); ?>
0 commit comments