fixed: Thingy: field types not in alphabetical order
This commit is contained in:
parent
3f283d7df5
commit
e81105ac92
2 changed files with 2 additions and 0 deletions
|
|
@ -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 != "" '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue