Skip to content

Commit

Permalink
fix object entries ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Nov 17, 2023
1 parent e694bde commit 17e96b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/typefamily.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ static function getItemtypesByFamily($families_id) {
[
'plugin_genericobject_typefamilies_id' => $families_id,
'is_active' => 1
]

] + ['ORDER' => 'name']
);
}
}

0 comments on commit 17e96b5

Please sign in to comment.