[Maintain-dev] [JIRA] Assigned: (MNT-1336) Cannot remove users from Zone

Danny Robert (JIRA) jira at osuosl.org
Tue Jun 14 10:05:58 PDT 2005


     [ http://bugs.osuosl.org/browse/MNT-1336?page=history ]

Danny Robert reassigned MNT-1336:
---------------------------------

    Assign To: Michael Clay  (was: Danny Robert)

> Cannot remove users from Zone
> -----------------------------
>
>          Key: MNT-1336
>          URL: http://bugs.osuosl.org/browse/MNT-1336
>      Project: Maintain
>         Type: Bug
>   Components: Modules
>     Reporter: Danny Robert
>     Assignee: Michael Clay

>
> Original Estimate: 10 minutes
>         Remaining: 10 minutes
>
> In the GUI:  Admin-->Zone Tools-->Edit Current
> Removing users doesn't work because of the following code in /modules/class/ui.php:
> function show_user_select()
> User objects do not contain an ->id field; their primary key is ->username.  Simply replacing $u->id with $u->username will  solve the problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://bugs.osuosl.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



More information about the Maintain-dev mailing list