Skip to content

Commit

Permalink
Remove ignore root icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Feb 27, 2024
1 parent f650849 commit 191c00e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/EventListener/Dca/Page/GenerateLabelListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ private function addAliasHintIcon(array $row, array $splitAlias, string &$image,
if ($row['type'] !== 'root') {
$label = '';

if ($row['bbit_turl_ignoreRoot']) {
$label .= $this->makeImage('link_delete.png', $this->translate('bbit_turl_ignoreRoot.0'));
}

if ($row['bbit_turl_inherit']) {
$image = 'link';
$title = $this->translate('bbit_turl_inherit.0');
Expand Down

0 comments on commit 191c00e

Please sign in to comment.