gforge-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-devel] [ gforge-Bugs-226 ] Removing group member from project f


From: noreply
Subject: [Gforge-devel] [ gforge-Bugs-226 ] Removing group member from project fails
Date: Thu, 13 Feb 2003 11:59:21 -0600

Bugs item #226, was opened at 2003-02-13 17:59
You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=105&aid=226&group_id=1

Category: Project Admin
Group: v3.0pre9
Status: Open
Priority: 5
Submitted By: T.I. Kal (tikal)
Assigned to: Nobody (None)
Summary: Removing group member from project fails

Initial Comment:
Removing a group member from a project fails.

Clicking on the trash can icon for the user takes me 
to the following page.

---

Removing Developer from Project

You are about to remove developer from the project. 
Please confirm your action:

[Remove] [Cancel]

---

Clicking "Remove" just reloads the page 
(/project/admin/rmuser.php)

---

Clicking "Cancel" returns the following error:

<h2><span 
style="color:#FF3333">Error</span></h2><p>Error 
creating User object</p>

---

The remove form and cancel form both have 
empty "action" attr.  Apparently "&lt;?php echo 
$return_to; ?&gt;" is at fault?

<form action="" method="post">
<input type="hidden" name="func" value="rmuser" />
<input type="hidden" name="group_id" 
value="5" /><input type="hidden" name="rm_id" 
value="103" />
<input type="submit" value="Remove" />
</form>

</td><td>

<form action="" method="get">
<input type="hidden" name="group_id" 
value="5" /><input type="submit" value="Cancel" />
</form>

---

Am I doing something wrong?  Please let me know if I 
can provide any additional information.


----------------------------------------------------------------------

You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=105&aid=226&group_id=1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]