diff --git a/public/js/apps/Cis/ProfilUpdateRequests.js b/public/js/apps/Cis/ProfilUpdateRequests.js index fc874cf0a..68465b202 100644 --- a/public/js/apps/Cis/ProfilUpdateRequests.js +++ b/public/js/apps/Cis/ProfilUpdateRequests.js @@ -1,7 +1,7 @@ import ProfilUpdateView from "../../components/Cis/ProfilUpdate/ProfilUpdateView.js"; import PluginsPhrasen from "../../plugins/Phrasen.js"; -import ApiProfilUpdate from '../../api/factory/ProfilUpdate.js'; +import ApiProfilUpdate from '../../api/factory/profilUpdate.js'; // TODO: sobald in verwendung den vue router pfad zu ProfilUpdateView definieren und diese app in component auslagern const app = Vue.createApp({ diff --git a/public/js/components/Cis/Profil/ProfilComponents/FetchProfilUpdates.js b/public/js/components/Cis/Profil/ProfilComponents/FetchProfilUpdates.js index d5e85b944..d39f9cd0f 100644 --- a/public/js/components/Cis/Profil/ProfilComponents/FetchProfilUpdates.js +++ b/public/js/components/Cis/Profil/ProfilComponents/FetchProfilUpdates.js @@ -113,7 +113,7 @@ export default { deleteRequest: function (item) { this.$api - .call(ApiProfil.deleteProfilRequest(item.profil_update_id)) + .call(ApiProfilUpdate.deleteProfilRequest(item.profil_update_id)) .then((res) => { if (res.data.error) { //? open alert diff --git a/public/js/components/Cis/ProfilUpdate/ProfilUpdateView.js b/public/js/components/Cis/ProfilUpdate/ProfilUpdateView.js index 0f9d64541..4046a9333 100644 --- a/public/js/components/Cis/ProfilUpdate/ProfilUpdateView.js +++ b/public/js/components/Cis/ProfilUpdate/ProfilUpdateView.js @@ -399,7 +399,7 @@ export default {
{{$p.t('ui','anzeigen')}}
-