[Clock] Deleting an alarm causes the others to activate
Bug #1358315 reported by
Giorgio Venturi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Ubuntu Clock App | Status tracked in Trunk | |||||
Trunk |
Fix Released
|
High
|
Zsombor Egri | |||
Ubuntu UX |
Fix Released
|
High
|
Unassigned |
Bug Description
When I delete an alarm, the other alarms (which were disabled) are automatically activated
Related branches
lp://staging/~nik90/ubuntu-clock-app/implement-alarm-status
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Zsombor Egri (community): Approve
- Ubuntu Clock Developers: Pending requested
-
Diff: 55 lines (+27/-7)2 files modifiedapp/alarm/AlarmDelegate.qml (+23/-7)
debian/changelog (+4/-0)
Changed in ubuntu-ux: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Giorgio Venturi (giorgio-venturi) |
status: | Triaged → Won't Fix |
status: | Won't Fix → Confirmed |
Changed in ubuntu-clock-app: | |
status: | New → Confirmed |
importance: | Undecided → High |
milestone: | none → rtm |
Changed in ubuntu-clock-app: | |
milestone: | rtm → backlog |
status: | In Progress → Won't Fix |
Changed in ubuntu-clock-app: | |
status: | Fix Committed → Won't Fix |
Changed in ubuntu-ux: | |
status: | Confirmed → Triaged |
summary: |
- Deleting an alarm causes the others to activate + [Clock] Deleting an alarm causes the others to activate |
Changed in ubuntu-ux: | |
status: | Triaged → Fix Released |
To post a comment you must log in.
This bug is due to the fact that at the moment the alarm switches don't do anything. So when you disabled the switches, it didn't actually disable the alarms. And when you deleted an alarm, it causes the alarm list to update causing the proper alarm values to be restored.
Nonetheless we have a solution for this.