[Maintain-dev] [JIRA] Created: (MNT-1459) Manage Users: List All -> Doesn't list users not in a zone

Michael Clay (JIRA) jira at osuosl.org
Mon Jun 26 09:04:51 PDT 2006


Manage Users: List All -> Doesn't list users not in a zone
----------------------------------------------------------

         Key: MNT-1459
         URL: http://bugs.osuosl.org/browse/MNT-1459
     Project: Maintain
        Type: Bug
    Versions: 3.0    
    Reporter: Michael Clay
 Assigned to: Michael Clay 
    Priority: Minor
     Fix For: 3.0


On the admin page if you click the "List All" link for Manage Users you'll only get users that belong to zones.  This doesn't help if, what say, you wanted to delete a user who currently doesn't belong to a zone.  This bug is related to the fact that the datalist goes off of a DB_DataObject that is factories from the Zone_User table.

There are several options:

1)  Make this link go to a different datalist, one that uses a User table DB_DataObject.

2)  Add logic such that a different object is fed to the same list. (This has the problem of some functionality being offered in the action column on the right not actually being available)

3)  If you're feeling particularly ambitious you could embed logic in the datalist to handle the situation, but that's a bit overkill.



-- 
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