Skip to content

Propagate extra fields form group into WorkSpecifications

Klaas Kliffen requested to merge SDC-922_propagate_extra_fields_from_groups into main

Add extra fields in groups to propagate to underlying WorkSpecifications.

It consists of the same filters and predecessor_specification fields from the WorkSpecifications and reuses the templates already available from the WorkSpecification.

A small change has been made to the filters_preprocessory.py to add an argument to only show certain fields (supplying None shows all fields). This is to accommodate the fact that the obs_idfilter is not used inGroup`s as it's already present and should be handled differently.

Closes SDC-922

Edited by Klaas Kliffen

Merge request reports