Skip to content

Commit

Permalink
Fix row selecting, when module is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedik committed May 29, 2021
1 parent dd32585 commit d285cd2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@
?>
<tr class="row<?php echo $i % 2; ?>" data-draggable-group="<?php echo $item->position ?: 'none'; ?>">
<td class="text-center">
<?php if ($item->enabled > 0) : ?>
<?php echo HTMLHelper::_('grid.id', $i, $item->id, false, 'cid', 'cb', $item->title); ?>
<?php endif; ?>
<?php echo HTMLHelper::_('grid.id', $i, $item->id, false, 'cid', 'cb', $item->title); ?>
</td>
<td class="text-center d-none d-md-table-cell">
<?php
Expand Down

0 comments on commit d285cd2

Please sign in to comment.