SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit dc1c45ca authored by George Katsikas's avatar George Katsikas :goat:
Browse files

fix(graphs): 🦺 remove group by id option

parent 52c1e692
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,7 @@ class PlotOptionsForm(forms.Form):
for key, (value_type, display_str) in available_model_fields
if value_type
in self.FIELD_ADMISSIBLE_TYPES.get(unprefixed_field_name, [])
and not (key == "id" and unprefixed_field_name == "group_key")
]
def get_layout_field_names(layout: Layout):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment