Hi,

as I already posted, the upgrade worked fine, but now we have
different problem.
We use the 'restrict_owner = true' option for tickets, so we always
get a drop down
box with all possible owners. This box was sorted, but since the
upgrade it is not
anymore. Could this be because of the changes in r4625?

Anyway would the following patch solve this problem:

Index: perm.py
===================================================================
--- perm.py     (Revision 4635)
+++ perm.py     (Arbeitskopie)
@@ -160,7 +160,7 @@
                 elif nummembers:
                     groups.append(username)

-        return list(result)
+        return list(result).sort()

     def get_all_permissions(self):
         """Return all permissions for all users.

-- Max

On 26 Jan., 10:29, "mb" <[EMAIL PROTECTED]>
wrote:
> Thanks,
>
> I upgraded to r4635 and the problem is fixed.
>
> Max
>
> On 26 Jan., 00:26, "Matt Good" <[EMAIL PROTECTED]> wrote:
>
> > On Jan 25, 6:16 pm, "Matt Good" <[EMAIL PROTECTED]> wrote:
>
> > > On Jan 25, 7:15 am, "mb" <[EMAIL PROTECTED]>
> > > wrote:
>
> > > > when displaying a ticket in firefox 2.0 the following code will display
> > > > with the wrong radiobutton checked:This appears to be a problem with 
> > > > the JavaScript on that page.  I'm
> > > working on a fix.Actually it appears cmlenz has already fixed this.
>
> > -- Matt Good


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" 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-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to