Page MenuHomePhabricator

Fix datepicker to show correct error messages on Calendar event edit view
ClosedPublic

Authored by lpriestley on May 1 2015, 10:20 PM.
Tags
None
Referenced Files
F13223338: D12647.diff
Sun, May 19, 4:30 AM
F13214629: D12647.diff
Fri, May 17, 12:04 PM
F13178273: D12647.diff
Wed, May 8, 8:18 PM
Unknown Object (File)
Sat, May 4, 6:39 AM
Unknown Object (File)
Thu, Apr 25, 1:49 AM
Unknown Object (File)
Apr 19 2024, 4:41 PM
Unknown Object (File)
Apr 19 2024, 8:45 AM
Unknown Object (File)
Apr 19 2024, 8:45 AM
Subscribers

Details

Summary

Ref T8024, Fix datepicker to show correct error messages on Calendar event edit view.

Test Plan

Edit Calendar event, set blank title, and valid new end time, error page should correctly point out invalid title, but reflec the updated time.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to Fix datepicker to show correct error messages on Calendar event edit view.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/calendar/controller/PhabricatorCalendarEventEditController.php
73–74

No longer used.

163–171

Consider:

$value = $ex->getShortMessage(
  $param);
This revision is now accepted and ready to land.May 1 2015, 10:40 PM
This revision was automatically updated to reflect the committed changes.