Geo Replicables - Remove legacy Uploads HAML artifacts
What does this MR do and why?
Discovered as part of !89857 (closed)
Related to #342603 (closed)
Renders #364022 (closed) unneeded
Geo Uploads Replicables was migrated to Self Service Framework via this Epic: &3115 (closed). As part of this migration we removed the legacy code with the Feature Flag removal. We unfortunately forgot to remove the views which caused some confusion when trying to convert legacy Pajamas components.
This change removes the no longer used views as the UploadsController
and route in the ee/admin.rb
have already been removed. Uploads are now served via the SSF and the views are located in ee/geo/replicables/index.html.haml
.
Screenshots or screen recordings
Before | After (no change) |
---|---|
How to set up and validate locally
- Fetch and checkout this branch.
- Setup Geo and access your Secondary GDK (How to setup Geo).
- Navigate to the Uploads Replication View (ex
http://127.0.0.1:3001/admin/geo/sites/2/replication/uploads
). - Ensure everything is still working.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.