Page MenuHomePhabricator

When creating an auth provider, the header says "Enabled" but you haven't created it yet
Closed, ResolvedPublic

Description

To reproduce:

  • Go to Auth.
  • Create a new provider, but don't submit the form yet.
  • Header is misleading, the provider is not yet "Enabled":

Screen Shot 2017-02-10 at 3.58.21 PM.png (1×2 px, 345 KB)

To fix this:

  • This stuff is in PhabricatorAuthEditController near line 194.
  • Fix is probably to not show the enabled/disabled badge at all if $is_new is true?