Merge pull request '#6938 wamfix workerCard' (!357) from 6938-warmfix-masterToTest into test
gitea/salix-front/pipeline/head There was a failure building this commit Details
gitea/salix-front/pipeline/pr-dev This commit looks good Details
gitea/salix-front/pipeline/pr-test This commit looks good Details

Reviewed-on: #357
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
This commit is contained in:
Jorge Penadés 2024-05-07 13:37:05 +00:00
commit ac0ebf431f
1 changed files with 1 additions and 4 deletions

View File

@ -1,15 +1,12 @@
<script setup> <script setup>
import VnCard from 'components/common/VnCard.vue'; import VnCard from 'components/common/VnCard.vue';
import WorkerDescriptor from './WorkerDescriptor.vue'; import WorkerDescriptor from './WorkerDescriptor.vue';
const filter = { where: {} };
</script> </script>
<template> <template>
<VnCard <VnCard
data-key="Worker" data-key="Worker"
custom-url="Workers/Summary" base-url="Workers"
:descriptor="WorkerDescriptor" :descriptor="WorkerDescriptor"
:filter="filter"
searchbar-data-key="WorkerList" searchbar-data-key="WorkerList"
searchbar-url="Workers/filter" searchbar-url="Workers/filter"
searchbar-label="Search worker" searchbar-label="Search worker"