now editAdressen shows a warning message if a new adresse is marked as zustelladresse

This commit is contained in:
SimonGschnell
2024-02-13 15:30:23 +01:00
parent 409221434a
commit 5ee241d914
4 changed files with 69 additions and 22 deletions
+7
View File
@@ -36,4 +36,11 @@ export default {
`cis.php/Cis/Profil/isMitarbeiter/${uid}`;
return axios.get(url);
},
getZustellAdresse: function () {
const url =
FHC_JS_DATA_STORAGE_OBJECT.app_root +
`cis.php/Cis/Profil/getZustellAdresse`;
return axios.get(url);
},
};