Fixes T9296
Details
Details
- Reviewers
epriestley chad - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T9296: Default "one hour jump" logic not formatted correctly
- Commits
- rP42a877622859: Time controls should format end date value correctly (not 5:0 PM)
Create an event, change start time to 3PM, end value should update to 4:00 PM, not 4:0 PM
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Run bin/celerity map to clear that test issue.
webroot/rsrc/js/core/behavior-time-typeahead.js | ||
---|---|---|
139–142 | You shouldn't need the end_minutes === 0 part I think since 0 < 9? |
webroot/rsrc/js/core/behavior-time-typeahead.js | ||
---|---|---|
139–142 | Haha yeah I got a little too excited about finding the problem |