Page MenuHomePhabricator

Fix an incorrectly spelled call on the registration error pathway
ClosedPublic

Authored by epriestley on Feb 24 2014, 7:41 PM.
Tags
None
Referenced Files
F15593309: D8322.diff
Sat, May 10, 9:06 AM
F15575387: D8322.id19791.diff
Tue, May 6, 5:20 AM
F15534708: D8322.id19791.diff
Thu, Apr 24, 1:20 AM
F15477217: D8322.diff
Apr 7 2025, 1:01 PM
F15473174: D8322.diff
Apr 5 2025, 7:52 PM
F15448549: D8322.id.diff
Mar 28 2025, 5:33 AM
F15392720: D8322.diff
Mar 15 2025, 5:13 PM
Unknown Object (File)
Feb 16 2025, 12:25 AM
Subscribers

Details

Summary

If you copy the registration URL, then register, then load the URL again while logged out (i.e., attempt to reuse the registration URL), we try to show you a tailored error message. However, this call is not correct so we show you a not-so tailored exception instead.

Test Plan
  • Get to the registration screen.
  • Save URL.
  • Complete registration.
  • Log out.
  • Return to saved URL.

Previously, exception. Now, readable error.

{F117585}

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped