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
F14057401: D12647.diff
Sun, Nov 17, 2:44 AM
F14007491: D12647.id.diff
Tue, Oct 29, 6:40 AM
F13989309: D12647.id30383.diff
Mon, Oct 21, 7:38 PM
F13974118: D12647.diff
Oct 18 2024, 4:10 AM
Unknown Object (File)
Oct 5 2024, 2:26 PM
Unknown Object (File)
Sep 14 2024, 9:58 PM
Unknown Object (File)
Sep 14 2024, 9:56 PM
Unknown Object (File)
Sep 14 2024, 9:56 PM
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.