#2847 Edit milestones page has invalid progress column

v1.0.0
closed
sf-2 (994)
Tracker
nobody
2015-08-20
2011-09-22
No

If you hit /p/allura/tickets/milestones, you see the progress for every milestone is listed as 0/0, perhaps it needs to be updated to use mongo?

Discussion

    • status: open --> in-progress
    • assigned_to: Tim Van Steenburgh
     
  • forge:tv/2847

    QA: Create/edit some tickets, putting them in various milestones, and setting some of them to closed. Click Edit Milestones in the sidebar, and make sure the numbers in the Progress column are accurate.

     
    • status: in-progress --> code-review
    • assigned_to: Tim Van Steenburgh --> Dave Brondsema
    • size: --> 2
    • milestone: forge-backlog --> forge-nov-11
     
  • Dave Brondsema

    Dave Brondsema - 2011-11-10
    • status: code-review --> in-progress
    • assigned_to: Dave Brondsema --> Tim Van Steenburgh
     
  • Dave Brondsema

    Dave Brondsema - 2011-11-10

    looks good, but refactor?

     
  • Refactored to cleanup some non-DRY spots and to remove caching on the milestone counts so we can display accurate counts based on permissions.

     
    • status: in-progress --> code-review
    • assigned_to: Tim Van Steenburgh --> Dave Brondsema
     
  • Dave Brondsema

    Dave Brondsema - 2011-11-11
    • status: code-review --> closed
    • assigned_to: Dave Brondsema --> Tim Van Steenburgh
     
  • Dave Brondsema

    Dave Brondsema - 2011-11-11

    Changed name.split(':') to name.split(':', 1) so that it works with milestones having a colon in the value. Besides that worked fine, so merged.

     

Log in to post a comment.