#7323 warmfix #621

Merged
jorgep merged 6 commits from 7323-warmfix-fixErrors into test 2024-08-14 09:02:28 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit d7eb3af48d - Show all commits

View File

@ -108,7 +108,7 @@ const columns = computed(() => [
:filter="courseFilter"
:create="{
urlCreate: 'trainingCourses',
title: 'Create trainingCourse',
title: t('Create training course'),
onDataSaved: () => tableRef.reload(),
formInitialData: {
workerFk: entityId,
@ -122,3 +122,7 @@ const columns = computed(() => [
:use-model="true"
/>
</template>
<i18n>
es:
Create training course: Crear curso de formación
</i18n>