Roundup Tracker - Issues

Message3044

Author stefan
Recipients
Date 2002-09-12.13:21:09
Message-id
In-reply-to
Logged In: YES 
user_id=764

ok, here is a proposal: looking into the code, I find that
links and multilinks
are ordered for the titles (linkcl.labelprop()).

As I said, I think that is much less useful than ordering
for 'id'.

Therefor I replaced all:

            sort_on = linkcl.labelprop() 

by

           sort_on = 'id'

(i.e. in LinkHTMLProperty.field, 
 LinkHTMLProperty.menu, and 
MultilinkHTMLProperty.menu)

and it has the effect I want. You may consider applying 
this tiny change to cvs (at least as a temporary solution).
History
Date User Action Args
2009-02-03 14:23:28adminlinkissue608203 messages
2009-02-03 14:23:28admincreate