Skip to content

Remove create/update folders from schedules

Payton Burdette requested to merge pb-add-form-to-update-create into master

What does this MR do and why?

I came across the update/create forms in the schedules directory where the new form was not mounted. These folders don't look to be used, so we are removing them in this MR.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:pipeline_schedules_vue)
  2. Verify Build > Schedules works

MR acceptance checklist

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

Edited by Payton Burdette

Merge request reports