[Bug #644] Add new location criterion type for machines
FEA: ItEr60S04ValidacionEProbasFuncionaisItEr59S04
This commit is contained in:
parent
276c152961
commit
f7ec08f6ba
1 changed files with 8 additions and 0 deletions
|
|
@ -44,6 +44,14 @@ public enum PredefinedCriterionTypes implements ICriterionType<Criterion> {
|
|||
return Arrays.asList();
|
||||
}
|
||||
},
|
||||
MACHINE_LOCATION_GROUP(_("MACHINE LOCATION_GROUP"),
|
||||
"Location where there are machines", false, true, true,
|
||||
ResourceEnum.MACHINE) {
|
||||
@Override
|
||||
public List<String> getPredefined() {
|
||||
return Arrays.asList();
|
||||
}
|
||||
},
|
||||
LEAVE(_("LEAVE"), "Leave",false, false, true, ResourceEnum.WORKER) {
|
||||
@Override
|
||||
public List<String> getPredefined() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue