I just bumped into an issue which looks like a regression (since the
upgrade to Trac trunk from 0.10.3, using r4665):

The drop-down list used to assign an owner to a ticket is not filled
as (I) expected.
Only a few names among all the users registered on the system appear
in the drop-down list.

The drop-down list content is built from the list of users that own
the `TICKET_MODIFY` permission.

When the `TICKET_MODIFY` permission is only set for the special
"authenticated" user, it seems that the list is not populated - w/ the
exception of the users that own 'parent' permissions, for example the
list of the administrators as TRAC_ADMIN permission leads to grant
TICKET_MODIFY permission.

It seems that perm.get_users_with_permissions('TICKET_MODIFY') ignores
all the authenticated users, but I may be wrong.

Many others have already been authenticated on the system
 select * from session where authenticated=='1';
reports 34 users.

I have not filled in a ticket yet, as I may have missed an important
point, let me know ;-)

Cheers,
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to