Roundup Tracker - Issues

Message1302

Author kent_turbo
Recipients
Date 2004-06-15.11:02:26
Message-id
In-reply-to
Logged In: YES 
user_id=714555

I had two classes:
gr=Class(db, "group", name = String(),
members=Multilink("user"))
gr.setkey("name")
Class(db, "order", name = String(), assignedto = Link("order"))

I developed it with back_bsddb3, and grouping on
"assignedto" property worked fine
("...&@group=assignedto..."). Then I switched roundup
instance to back_metakit, and grouping stopped working.

back_metakit seems to sort (since grouping in back_metakit
is done with sorting) items on "name" property.

If having two same properties in different linked classes,
then it's a bug. Otherwise it's not.
History
Date User Action Args
2009-02-03 14:20:47adminlinkissue971269 messages
2009-02-03 14:20:47admincreate