Tab Details: reload DetailHeader after update Detaisl

This commit is contained in:
ma0068
2025-07-22 16:03:00 +02:00
parent a13deed13f
commit 07ba21ff3e
@@ -37,6 +37,10 @@ export default {
},
lists: {
from: 'lists'
},
$reloadList: {
from: '$reloadList',
required: true
}
},
props: {
@@ -136,6 +140,8 @@ export default {
this.$refs.form.setFeedback(true, cleanedFeedback);
this.$fhcAlert.alertSuccess(this.$p.t('ui', 'successSave'));
}
this.$reloadList();
})
.catch(this.$fhcAlert.handleSystemError);
},