mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
move dropdown profileUpdateStates to FilterComponent, delete not needed code
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user