Skip to content

Commit 312b436

Browse files
Merge pull request #816 from raimund-schluessler/fix/571/checkbox
fix: checkbox in item relation modal
2 parents b3aab0b + bba4079 commit 312b436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EntityTable/Item.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
2828
<NcCheckboxRadioSwitch v-if="showActions"
2929
:aria-label="t('inventory', 'Select')"
3030
:model-value="isSelected"
31-
@update:model-value="selectEntity" />
31+
@update:model-value="() => {mode != 'selection' ? selectEntity() : ''}" />
3232
</div>
3333
<div class="column">
3434
<component :is="itemRoute ? 'RouterLink' : 'a'"

0 commit comments

Comments
 (0)