mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Use Merged Person
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user