This commit is contained in:
parent
32fdec2fae
commit
d7eb3af48d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue