Skip to content

fixing initial weblog ingestion

Charlotte Hausman requested to merge 2.7_final_tweaks into main

Ingest Envoy was trying to determine is_srdp status from the initial version's workflow arguments, but the workflow arguments are never updated by the ui checkbox. The UI checkbox updates the version parameters but only for the most current version when the box is checked subsequent versions will inherit it but it won't back fill previous versions. Use the version being ingested as the source of is_srdp

Merge request reports