move dropdown profileUpdateStates to FilterComponent, delete not needed code

This commit is contained in:
ma0068
2025-10-22 14:25:43 +02:00
parent 1423579a49
commit 9a8fbabbe4
4 changed files with 74 additions and 220 deletions
-58
View File
@@ -1558,64 +1558,6 @@ $filters = array(
}',
'oe_kurzbz' => null,
),
array(
'app' => 'core',
'dataset_name' => 'profileupdate',
'filter_kurzbz' => 'ProfilupdatePending',
'description' => '{Ausstehende Anfragen}',
'sort' => 1,
'default_filter' => true,
'filter' => '
{
"name": "Ausstehende Anfragen",
"columns": [
{"name": "uid"},
{"name": "name"},
{"name": "studiengang"},
{"name": "orgform"},
{"name": "oezuordnung"},
{"name": "status_translated"},
{"name": "topic"},
{"name": "insertamum_iso"},
{"name": "semester"}
],
"filters": [
{
"name": "status_translated",
"option": "",
"operation": "equal",
"condition": "true"
}
]
}',
'oe_kurzbz' => null,
),
array(
'app' => 'core',
'dataset_name' => 'profileupdate',
'filter_kurzbz' => 'ProfilupdateAlle',
'description' => '{Alle Anfragen}',
'sort' => 1,
'default_filter' => false,
'filter' => '
{
"name": "Alle Anfragen",
"columns": [
{"name": "uid"},
{"name": "name"},
{"name": "studiengang"},
{"name": "orgform"},
{"name": "oezuordnung"},
{"name": "status_translated"},
{"name": "topic"},
{"name": "insertamum_iso"},
{"name": "semester"}
],
"filters": []
}',
'oe_kurzbz' => null,
),
);
// Loop through the filters array
+39
View File
@@ -28636,6 +28636,45 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'profil',
'phrase' => 'orgeinheit_short',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'OrgEH',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'org Unit',
'description' => '',
'insertvon' => 'system'
)
)
), array(
'app' => 'core',
'category' => 'profil',
'phrase' => 'sem_short',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Sem',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'sem',
'description' => '',
'insertvon' => 'system'
)
)
),
//Profil Phrasen ende
// LvPlan Phrasen start
array(