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
F14067833: D8322.diff
Tue, Nov 19, 5:24 PM
F14066329: D8322.diff
Tue, Nov 19, 9:24 AM
F14052229: D8322.diff
Fri, Nov 15, 7:39 AM
F14039860: D8322.diff
Mon, Nov 11, 6:31 AM
F14025097: D8322.diff
Thu, Nov 7, 2:26 PM
F13983616: D8322.diff
Oct 20 2024, 7:33 AM
F13983327: D8322.id19792.diff
Oct 20 2024, 5:42 AM
F13964382: D8322.id.diff
Oct 15 2024, 8:09 PM
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