Closed
Bug 739570
Opened 13 years ago
Closed 13 years ago
Field date_joined_program must have default value
Categories
(Mozilla Reps Graveyard :: reps.mozilla.org, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: giorgos, Assigned: giorgos)
Details
No description provided.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → giorgos
Group: mozilla-reps-admins
Status: NEW → ASSIGNED
Comment 1•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/952c546524108188e6dab833b759d77df9b45380
Default value for date_join_program field. Fix bug 739570.
https://github.com/mozilla/remo/commit/f1e15a4dc8f913e98b33281c4beb5a616bf1cb6c
Merge pull request #99 from glogiotatidis/739570-field-date_joined_program-must
Default value for date_join_program field. Fix bug 739570.
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 2•13 years ago
|
||
Per https://github.com/mozilla/remo/commit/952c546524108188e6dab833b759d77df9b45380#L2R58, and:
default=datetime.date(month=6, year=2011, day=1))
Shouldn't that be June 1, 2011? I'm seeing July 1, 2011, on profile like https://reps-dev.allizom.org/u/nikola_matosovic/edit/
Assignee | ||
Comment 3•13 years ago
|
||
You are right Stephen. I later pushed this
https://github.com/mozilla/remo/commit/3ffdd1acfc8a881a2b567f3a34d6607e6e4c8cd6
which defaults on July, thus the misalignment. I already fixed that, so when pushed on stage / prod we'll get the right default value. Dev will stay like this, but I don't think this is a problem.
Thanks for reporting! ;)
Updated•5 years ago
|
Product: Mozilla Reps → Mozilla Reps Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•