mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
BankData.js was trying to access a not existing phrase
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
'axios027' => true,
|
||||
'bootstrap5' => true,
|
||||
'fontawesome6' => true,
|
||||
'phrases' => array(),
|
||||
'primevue3' => true,
|
||||
'customJSModules' => array('public/js/apps/Cis/BankData.js'),
|
||||
'customCSSs' => array(
|
||||
|
||||
@@ -38,7 +38,7 @@ export default {
|
||||
this.$refs.form.factory.bankData.postBankData(this.bankName, this.bic, this.iban)
|
||||
.then(result => {
|
||||
this.$emit('saved', result.data);
|
||||
this.$fhcAlert.alertSuccess(this.$p.t('ui/gespeichert'));
|
||||
this.$fhcAlert.alertSuccess(this.$p.t('global', 'aenderungGespeichert'));
|
||||
})
|
||||
.catch(error => {
|
||||
this.$fhcAlert.handleSystemError(error);
|
||||
|
||||
Reference in New Issue
Block a user