Hi,
I need help to set new ticket assign to into dropdown list. Here is
what I did:
1. set restrict_owner=true in trac.ini
2. check session table from database, make sure every user has a login
record:
hzhang|1|1295410482
3. check session_attributes table, make sure every user has valid name
and email:
hzhang|1|email|[email protected]
hzhang|1|query_href|/trac/link3/report/1?USER=hzhang&page=1
hzhang|1|name|hzhang
But assign to field is NOT dropdown list.
What else can I do?
My trac version is 0.11.7
Thanks,
Henry
--
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.