fixed: Thingy: field types not in alphabetical order

This commit is contained in:
Yung Han Khoe 2008-04-05 10:53:44 +00:00
parent 3f283d7df5
commit e81105ac92
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
7.5.10
- fix: Syntax error in GetCsMail
- fixed: Thingy: field types not in alphabetical order
7.5.9
- fixed: Collaboration System attachments follow site's max size instead of CS's

View file

@ -371,6 +371,7 @@ sub getEditFieldForm {
}
$fieldTypes{$fieldType} = $form->getName($self->session);
}
%fieldTypes = WebGUI::Utility::sortHash(%fieldTypes);
$things = $self->session->db->read('select thingId, Thingy_things.label, count(*) from Thingy_things '
.'left join Thingy_fields using(thingId) where Thingy_things.assetId = ? and fieldId != "" '