Closed
Bug 829562
Opened 12 years ago
Closed 12 years ago
Bad logic to select alarm-starting or alarm-select
Categories
(Firefox OS Graveyard :: Gaia::Calendar, defect)
Tracking
(blocking-b2g:-, b2g18+ fixed)
RESOLVED
FIXED
blocking-b2g | - |
People
(Reporter: willyaranda, Assigned: kgrandon)
References
Details
(Keywords: late-l10n, Whiteboard: interaction [UX-P1], [TEF_REQ])
Attachments
(1 file)
223 bytes,
text/html
|
Details |
On alarm.js, line 64:
// TODO: verify this is all we need to handle.
var type = (begins < now) ? 'alarm-starting' : 'alarm-started';
and
# alarms
alarm-starting={{title}} started {{distance}}
alarm-started={{title}} starting in {{distance}}
The ternary if has switched values (if begins<now, it means that the event has started), but it's corrected on strings.
This should not block, but requesting just in case.
Reporter | ||
Comment 1•12 years ago
|
||
Adding l10n folks as this might require a minor string change and bump.
Keywords: late-l10n
Updated•12 years ago
|
Updated•12 years ago
|
blocking-b2g: tef? → -
Assignee | ||
Comment 2•12 years ago
|
||
Should be easy enough to clean up, not sure if it's worth landing at this time because it appears there would be zero functionality changes and more of a clean-up issue.
Assignee: nobody → kgrandon
Assignee | ||
Comment 3•12 years ago
|
||
Don't think this needs to go for v1, but here's a pull request anyway.
Attachment #702187 -
Flags: review?
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 702187 [details]
Github pull request pointer
James - if you have nothing better to do take a minute and review this silly patch. Thanks!
Attachment #702187 -
Flags: review? → review?(jlal)
Comment 5•12 years ago
|
||
[TEF_REQ] as Feature required for TEF build.
Whiteboard: interaction [UX-P1], [TEF_REQ]
Assignee | ||
Comment 6•12 years ago
|
||
Just going through some old bugs and landed this minor fix. https://github.com/mozilla-b2g/gaia/commit/d4abaeae66db38cad25da0bff44aaddd4634aa0c
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Attachment #702187 -
Flags: review?(jlal)
Comment 7•12 years ago
|
||
Uplifted commit d4abaeae66db38cad25da0bff44aaddd4634aa0c as:
v1-train: d624469787dbd6f24ad20c7abb76721854b70b81
status-b2g18:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•