Message1302
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. |
|
Date |
User |
Action |
Args |
2009-02-03 14:20:47 | admin | link | issue971269 messages |
2009-02-03 14:20:47 | admin | create | |
|