Skip to content

Commit

Permalink
Fix row selecting, when module is disabled (#34273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedik authored May 30, 2021
1 parent 9f8f1c6 commit 0268268
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 0268268

Please sign in to comment.