Poll delete not set to admin route

Created on 8 December 2023, 7 months ago
Updated 23 March 2024, 3 months ago

Problem/Motivation

Unlike the poll add and edit form routes the delete route is not set to be an admin route. Resulting in potentially different themes when deleting a poll when compared to editing.

Steps to reproduce

  1. Set default theme to something other than the admin theme
  2. Create a new poll; form displayed using admin theme
  3. Edit the poll; form displayed using admin theme
  4. Delete the poll; form displayed using default theme

Proposed resolution

Set _admin_route on the poll delete route.

πŸ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States robphillips

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024