mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2025-07-13 02:41:49 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user