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
Unknown Object (File)
Sun, Dec 8, 11:28 PM
Unknown Object (File)
Thu, Dec 5, 1:53 AM
Unknown Object (File)
Tue, Dec 3, 12:45 PM
Unknown Object (File)
Tue, Dec 3, 12:45 PM
Unknown Object (File)
Tue, Dec 3, 12:45 PM
Unknown Object (File)
Tue, Dec 3, 12:24 PM
Unknown Object (File)
Sun, Dec 1, 4:30 AM
Unknown Object (File)
Wed, Nov 27, 6:51 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