refs #6595 - PR2 - Resolve conflicts #144

Merged
alexm merged 250 commits from hyervoni-branch-PR-2 into dev 2024-01-11 12:22:28 +00:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit ce4f7d79ed - Show all commits

View File

@ -2,7 +2,7 @@
import { ref, watch } from 'vue';
const $props = defineProps({
addElement: { type: Function, required: true },
addElement: { type: Function, required: false },
element: { type: Object, default: null },
id: { type: Number, default: null },
isSelected: { type: Boolean, default: false },

View File

@ -74,7 +74,6 @@ function viewSummary(id) {
<CardList2
v-for="row of rows"
:key="row.id"
:showCheckbox="true"
:title="row.code"
@click="navigate(row.id)"
>

View File

@ -49,6 +49,7 @@ const setData = (entity) => (data.value = useCardDescription(entity.code, entity
:filter="filter"
:title="data.title"
:subtitle="data.subtitle"
data-key="Shelvings"
@on-fetch="setData"
>
<template #body="{ entity }">