Show the criteria tree sorted
FEA: ItEr60S04ValidacionEProbasFuncionaisItEr59S04
This commit is contained in:
parent
d012d24d6f
commit
5e65841a29
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ public class ResourceSearchModel implements IResourceSearchModel {
|
|||
@Override
|
||||
public Map<CriterionType, Set<Criterion>> execute() {
|
||||
Map<CriterionType, Set<Criterion>> result = new HashMap<CriterionType, Set<Criterion>>();
|
||||
for (Criterion criterion : criterionDAO.getAll()) {
|
||||
for (Criterion criterion : criterionDAO.getAllSorted()) {
|
||||
CriterionType key = criterion.getType();
|
||||
if (klassTheCriterionTypeMustBeRelatedWith
|
||||
.isAssignableFrom(key.getResource().asClass())) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue