Merge branch 'feature-47784/FHC-4/CleanupTasks' of github.com:FH-Complete/FHC-Core into feature-47784/FHC-4/CleanupTasks

This commit is contained in:
ma0068
2024-11-20 16:23:16 +01:00
2 changed files with 3 additions and 1 deletions
@@ -8,9 +8,10 @@ export default {
modelValue: Object
},
template: `
<div class="stv-details-notizen h-100 pb-3 overflow-hidden">
<div class="stv-details-notizen h-100 pb-3">
<!-- mit factory als endpoint -->
<core-notiz
class="overflow-hidden"
:endpoint="$fhcApi.factory.notiz.person"
ref="formc"
notiz-layout="twoColumnsFormLeft"
@@ -104,6 +104,7 @@ export default {
return this.$refs.form.factory.stv.prestudent.updatePrestudent(this.modelValue.prestudent_id, this.deltaArray)
.then(response => {
this.$fhcAlert.alertSuccess(this.$p.t('ui', 'successSave'));
this.initialFormData = {...this.data};
this.deltaArray = [];
this.actionUpdate = false;
})