-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define order of CollectionObjects in CE form #1213
Comments
Do you know if sp6 stores the field it is sorting by somewhere? |
I don't think that Sp6 stores the field it is sorting anywhere in the forms. The behavior is controlled by something internally. See below: Collecting Event row:
CollectionObjectSub def:
|
Fixed in 063ac17 <cell
type="subview"
viewname="CollectionObjectSub"
id="11"
colspan="9"
rows="3"
name="collectionObjects"
initialize="addsearch=true"
/> with <cell
type="subview"
viewname="CollectionObjectSub"
id="11"
colspan="9"
rows="3"
name="collectionObjects"
initialize="addsearch=true;sortfield=someField"
/> where "someField" is the field you want to sort by. This also works for forms in grid view (i.e. formtable) |
Is your feature request related to a problem? Please describe.
Collection Objects in Specify 7 are ordered by timestamp created while in 6 they are ordered from the Collection Reg. No. name. Can the order of these objects be be defined in the configuration so that both 6 and 7 order these the same?
Reported By
Corinna at CSIRO
The text was updated successfully, but these errors were encountered: