1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/auth/controller
epriestley cf9dc5d189 Fix bug when multiple comment forms appear on a single page
Summary:
Ref T3373. The submit listener doesn't properly scope the form it listens to right now, so several forms on the page mean that comments post to one of them more or less at random.

Scope it properly by telling it which object PHID it is associated with.

Test Plan: Made Question comments, saw comments Ajax in on the question itself rather than on an arbitrary answer.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T3373

Differential Revision: https://secure.phabricator.com/D6611
2013-07-29 12:04:10 -07:00
..
config Fix bug when multiple comment forms appear on a single page 2013-07-29 12:04:10 -07:00
PhabricatorAuthConfirmLinkController.php Show account cards for external accounts on "linked accounts" screen and "link new account" 2013-06-17 07:08:50 -07:00
PhabricatorAuthController.php Add first-time-setup registration flow 2013-06-19 16:28:48 -07:00
PhabricatorAuthLinkController.php Add a "refresh" action for external accounts 2013-06-24 15:58:27 -07:00
PhabricatorAuthLoginController.php Add a "refresh" action for external accounts 2013-06-24 15:58:27 -07:00
PhabricatorAuthOldOAuthRedirectController.php Make old GitHub OAuth URIs work for now 2013-06-21 06:11:57 -07:00
PhabricatorAuthRegisterController.php Add first-time-setup registration flow 2013-06-19 16:28:48 -07:00
PhabricatorAuthStartController.php Add first-time-setup registration flow 2013-06-19 16:28:48 -07:00
PhabricatorAuthUnlinkController.php Move all account link / unlink to new registration flow 2013-06-17 06:12:45 -07:00
PhabricatorAuthValidateController.php Implement new auth login flow and login validation controller 2013-06-16 10:15:33 -07:00
PhabricatorDisabledUserController.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
PhabricatorEmailLoginController.php Update styles on Login Reset 2013-06-20 17:11:57 -07:00
PhabricatorEmailTokenController.php Provide contextual help on auth provider configuration 2013-06-20 11:18:48 -07:00
PhabricatorEmailVerificationController.php Modernize email verification page 2013-07-10 18:53:09 -07:00
PhabricatorLogoutController.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
PhabricatorMustVerifyEmailController.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
PhabricatorRefreshCSRFController.php Delete license headers from files 2012-11-05 11:16:51 -08:00