Opened 15 years ago
Closed 15 years ago
#180 closed defect (bug) (fixed)
Group invites only sending invite to user_id 1
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Note: See
TracTickets for help on using
tickets.
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.