Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#180 closed defect (bug) (fixed)

Group invites only sending invite to user_id 1

Reported by: creede's profile creede Owned by: andy-peatling's profile Andy Peatling
Milestone: Priority: major
Severity: Version:
Component: Keywords: Invite, Group
Cc:

Description

When in the Groups --> Send invites menu inviting friends results in multiple invites being sent to the user with user_id 1. Behavior is identical no matter what user is initiating the invite and even if user_id 1 is dropped from the tables. In addition returning to the Send Invites menu reveals the multiple invites for user_id 1 and the source code shows a bad url in the call to remove. trunk 560

Source Code for Remove call

<ul id="friend-list">
<li id="uid-Array">
<img class="avatar" width="50" height="50" alt="" src="http://utahmodern.org/wp-content/blogs.dir/1/files//2008/10/dsc-0002-32-1-avatar1.jpg"/>
<h4/>
<span class="activity">active 1 minute ago</span>
<div class="action">
<a id="uid-Array" class="remove" href="http://utahmodern.orggroups/7/invites/remove/Array">Remove Invite</a>
</div>
</li>

Change History (3)

#1 @creede
15 years ago

Just as a note, source code for removing invites appears normal for users besides user_id 1. No invites are ever successfully sent out to other users however.

<li id="uid-8">
<img class="avatar" width="50" height="50" alt="" src="http://utahmodern.org/wp-content/blogs.dir/1/files/avatars/8/bio_matt-avatar1.jpg"/>
<h4>
<a href="http://utahmodern.org/members/ihearithurts/">Matt Wigham</a>
</h4>
<span class="activity">active active 3 days, 23 hours ago ago</span>
<div class="action">
<a id="uid-8" class="remove" href="http://utahmodern.org/members/admin/groups/7/invites/remove/8">Remove Invite</a>
</div>
</li>

#2 @gogoplata
15 years ago

Thought this may have been fixed in revision 590 ("Fixing email notifications to honor user notification settings"), but I am running the latest revision and this occurred to me yesterday.

#3 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.