When is a generic type all resources shown are returned
Previously it was only doing this for AllocationType.GENERIC_WORKERS FEA: ItEr60S04ValidacionEProbasFuncionaisItEr59S04
This commit is contained in:
parent
772f2d103f
commit
ddfedbd6ba
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ public class NewAllocationSelectorController extends
|
|||
}
|
||||
|
||||
public List<Resource> getSelectedWorkers() {
|
||||
if (currentAllocationType == AllocationType.GENERIC_WORKERS) {
|
||||
if (isGenericType()) {
|
||||
return allResourcesShown();
|
||||
} else {
|
||||
return getSelectedResourcesOnListbox();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue