Fix pipeline schedule table for missing owner
What does this MR do and why?
Fix pipeline schedule table for missing owner
When a pipeline schedule has not owner, there is a missing reference in the pipelines schedules template.
References
Screenshots or screen recordings
|
How to set up and validate locally
To reproduce locally, visit the pipeline schedules e.g. /my-group/my-project/-/pipeline_schedules/ create a schedule. Then remove its owner, in rails c
Ci::PipelineSchedule.last.update!(owner_id: nil)
Visit the page and ensure there are no errors in the console.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #583152
Edited by Miguel Rincon
