Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 8 years ago

#4943 closed defect (bug) (fixed)

Removing group invite leads to 'Page not found'

Reported by: dontdream's profile dontdream Owned by: boonebgorges's profile boonebgorges
Milestone: 1.7.1 Priority: normal
Severity: normal Version: 1.7
Component: Templates Keywords:
Cc:

Description

Go to the Groups Directory, select a group, then 'Send Invites'.

Select one friend from the checkbox list on the left, so you have only one invite outstanding, then click the 'Remove Invite' button on the right. That brings you to a 'Page not found'.

See also ticket 4763.

Change History (6)

#1 @boonebgorges
11 years ago

Do you have JS enabled? The AJAX appears to be working correctly for me.

#2 @boonebgorges
11 years ago

  • Keywords reporter-feedback added

#3 @dontdream
11 years ago

Yes, JS is enabled.
After receiving the 'Page not found', if you repeat the test sequence, then it works as expected.
You can try this on ​http://anantir.com/clean17/, user: tester, pass: test

#4 @boonebgorges
11 years ago

  • Keywords reporter-feedback removed
  • Milestone changed from Awaiting Review to 1.7.1

Thanks. I guess this is a problem only for bp-default, v1.7. It was fixed in #4763 for bp-legacy/theme compat.

#5 @boonebgorges
11 years ago

  • Owner set to boonebgorges
  • Resolution set to fixed
  • Status changed from new to closed

In 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

#6 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.