From dbf59358971684c48b103adc48f4bc5197cf20f0 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Thu, 3 Oct 2024 11:14:52 +0200 Subject: [PATCH] check correct grund phrase to trigger unruly api request; --- public/js/api/checkperson.js | 1 - public/js/components/Studierendenantrag/Form/AbmeldungStgl.js | 4 ++-- system/phrasesupdate.php | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/public/js/api/checkperson.js b/public/js/api/checkperson.js index 9cd85840a..7cad23c3d 100644 --- a/public/js/api/checkperson.js +++ b/public/js/api/checkperson.js @@ -15,7 +15,6 @@ export default { try { const url = base + '/api/frontend/v1/checkperson/CheckPerson/filterPerson'; return axios.post(url, payload) - // return this.$fhcApi.post(url, payload, null); } catch (error) { throw error; } diff --git a/public/js/components/Studierendenantrag/Form/AbmeldungStgl.js b/public/js/components/Studierendenantrag/Form/AbmeldungStgl.js index ca3bb9fbc..2dfd2a5e4 100644 --- a/public/js/components/Studierendenantrag/Form/AbmeldungStgl.js +++ b/public/js/components/Studierendenantrag/Form/AbmeldungStgl.js @@ -125,7 +125,7 @@ export default { }, watch: { 'formData.grund'(newVal) { - this.unrulyInternal = (newVal === this.$p.t('studierendenantrag', 'mark_person_as_unruly')) + this.unrulyInternal = (newVal === this.$p.t('studierendenantrag', 'textLong_unruly')) } }, template: ` @@ -190,7 +190,7 @@ export default { - diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index fce61b736..8f1d2c491 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -23414,7 +23414,7 @@ array( array( 'app' => 'core', 'category' => 'studierendenantrag', - 'phrase' => 'mark_person_as_unruly', + 'phrase' => 'dropdown_unruly', 'insertvon' => 'system', 'phrases' => array( array(