doozerdev / iOS-objC

2 stars 0 forks source link

little indicator of due dates in the future doesn't update to "DUE" when it reaches today #96

Closed rdeutsch closed 9 years ago

rdeutsch commented 9 years ago
  1. set a due date on an item for a future date - the UI correctly shows the day it's due as a little indicator on the item (e.g. "Tues")
  2. wait until that date
  3. go back to the list where that item lives

expected: that item now shows "Due" since the due date is today actual: that item never updates - it's indicator says "Tues" forever

dapone commented 9 years ago

I believe this is now fixed, but I guess I can't technically close it until I "wait until that date" in step 2....