7406-workerFormation #405

Merged
carlossa merged 30 commits from 7406-workerFormation into dev 2024-06-25 11:31:47 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 14e27f193e - Show all commits

View File

@ -109,6 +109,7 @@ const columns = computed(() => [
data-key="WorkerFormation"
:url="`Workers/${entityId}/trainingCourse`"
:url-create="`Workers/${entityId}/trainingCourse`"
save-url="TrainingCourses/crud"
:filter="courseFilter"
:create="{
urlCreate: 'trainingCourses',
@ -123,5 +124,5 @@ const columns = computed(() => [
default-mode="table"
auto-load
:right-search="false"
></VnTable>
/>
</template>