Use Merged Person

This commit is contained in:
cgfhtw
2024-09-20 14:38:33 +02:00
parent 6c08741450
commit 7174f9cbe0
@@ -91,8 +91,20 @@ export default {
},
childactions: [
]
},
mergedperson: {
defaultaction: {
type: "link",
action: data => this.$fhcApi.getUri('/studentenverwaltung/person/' + data.person_id)
},
defaultactionstudent: {
type: "link",
action: data => this.$fhcApi.getUri('/studentenverwaltung/prestudent/' + data.prestudent_id)
},
childactions: []
}
}
},
mergeResults: 'person'
},
studiengangKz: undefined,
studiensemesterKurzbz: this.defaultSemester,