- make button edit editable

- set field anmerkung editable (like statusgrund and statusgrund)
- refactor function updateStatus to skip validation
- change phrases
This commit is contained in:
ma0068
2025-12-12 13:04:58 +01:00
parent 994d523258
commit 431ae8ddac
5 changed files with 72 additions and 29 deletions
+4 -4
View File
@@ -41300,13 +41300,13 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Meldestichtag erreicht - ausschließlich Bearbeiten Statusgrund möglich',
'text' => 'Meldestichtag erreicht - ausschließlich Bearbeiten Statusgrund und Anmerkung möglich',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Reporting deadline reached - only editing status reason possible',
'text' => 'Reporting deadline reached - only editing status reason and note possible',
'description' => '',
'insertvon' => 'system'
)
@@ -41320,13 +41320,13 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Meldestichtag erreicht - Bearbeiten Ausbildungssemester und Statusgrund möglich',
'text' => 'Meldestichtag erreicht - Bearbeiten Ausbildungssemester, Statusgrund und Anmerkung möglich',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Edit education semester and status reason possible',
'text' => 'Edit education semester, status reason and note possible',
'description' => '',
'insertvon' => 'system'
)