Skip to content

Fix param names in RelatedLinksCreateWorker

Eugenia Grieff requested to merge 419555-fix-related-links-create-worker into master

What does this MR do and why?

Fixes RelatedLinksCreateWorker (added in !133107 (merged)) because the records were not being loaded due to params not being set properly (the instance variable was shadowed by the argument variable).

The tests didn't fail because they contained the param keys as symbols while the worker set them as strings.

Screenshots or screen recordings

Screen_Recording_2023-10-17_at_13.20.48

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #419555 (closed)

Edited by Eugenia Grieff

Merge request reports