Milestone delete page: clicking on retarget label should toggle checkbox
Reported by: |
Ryan J Ollos <ryan.j.ollos@…> |
Owned by: |
Ryan J Ollos <ryan.j.ollos@…> |
Priority:
|
low
|
Milestone:
|
1.0.2
|
Component:
|
roadmap
|
Version:
|
1.0-stable
|
Severity:
|
minor
|
Keywords:
|
milestone
|
Cc:
|
|
Branch:
|
|
Release Notes:
|
On the milestone delete page, clicking on the retarget label toggles the retarget checkbox.
|
API Changes:
|
|
Internal Changes:
|
|
In contrast to other pages such as Milestone edit, clicking on the retarget label on the Milestone delete page does not toggle the checkbox.
(Should milestone issues be associated with the Ticket system component or roadmap component?)
Change History
(5)
Milestone: |
→ 1.0.2
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Owner: |
set to Ryan J Ollos <ryan.j.ollos@…>
|
Release Notes: |
modified (diff)
|
We just need to change the
for
attribute of the label to bind the label to the checkbox. Compare milestone_delete and milestone_edit.Patch has been prepared in 65b4051a.