check correct grund phrase to trigger unruly api request;

This commit is contained in:
Johann Hoffmann
2024-10-03 11:14:52 +02:00
parent be412abebc
commit dbf5935897
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -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;
}
@@ -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 {
</option>
<option value="textLong_MissingZgv">{{$p.t('studierendenantrag', 'dropdown_MissingZgv')}}
</option>
<option value="textLong_unruly">{{$p.t('studierendenantrag', 'mark_person_as_unruly')}}
<option value="textLong_unruly">{{$p.t('studierendenantrag', 'dropdown_unruly')}}
</option>
</select>
</div>
+1 -1
View File
@@ -23414,7 +23414,7 @@ array(
array(
'app' => 'core',
'category' => 'studierendenantrag',
'phrase' => 'mark_person_as_unruly',
'phrase' => 'dropdown_unruly',
'insertvon' => 'system',
'phrases' => array(
array(