Enable all flaggs for use in flagging app and display them in order according to their ranking (see app/flags/ebas_dict.yaml)

This commit is contained in:
2025-05-19 17:10:16 +02:00
parent ccd4740dba
commit e4d87080bc
3 changed files with 23 additions and 17 deletions

View File

@ -33,7 +33,7 @@ flagging_dashboard = dbc.Row([
#dbc.Row([
dcc.Dropdown(
id='flag-options',
options= data_flagging_utils.filter_flags_by_label(flags_dict,'I'), # displays only flags to invalidate
options= data_flagging_utils.filter_flags_by_label(flags_dict,'all'), # displays only flags to invalidate
),
#],
#width=12