[buddypress-trac] [BuddyPress] #4763: Group invitation screen : remove invite link leads to 404
buddypress-trac
noreply at wordpress.org
Fri Apr 19 11:58:11 UTC 2013
#4763: Group invitation screen : remove invite link leads to 404
--------------------------+---------------------
Reporter: imath | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 1.7
Component: Groups | Version: 1.7
Severity: normal | Resolution: fixed
Keywords: |
--------------------------+---------------------
Comment (by boonebgorges):
In [changeset:"6922"]:
{{{
#!CommitTicketReference repository="" revision="6922"
Use event delegation for removing group invites in bp-default
When jQuery.live() was replaced with jQuery.on() in r6635 #4714, it broke
some places in BP's JS where events must be bound to items added to the
page
after document.ready(). In these cases, event delegation should be used.
This
changeset fixes a problem where AJAX was broken for "Remove Invite"
buttons on
group invitation pages for newly-added items on bp-default.
The same bug was fixed for bp-legacy in r6791. See #4763.
Fixes #4943
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4763#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list