ItEr54S04ValidacionEProbasFuncionaisItEr53S04: [Bug #406] Fixed problem related with popup asking for confirmation due to day assignments.
This commit is contained in:
parent
7543be8db4
commit
4e21c74f87
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,8 @@ public class SubcontractController extends GenericForwardComposer {
|
|||
|
||||
public void accept() throws ValidationException {
|
||||
int status = Messagebox.YES;
|
||||
if (subcontractModel.hasResourceAllocations()) {
|
||||
if (subcontractModel.hasResourceAllocations()
|
||||
&& (subcontractModel.getSubcontractedTaskData() != null)) {
|
||||
try {
|
||||
status = Messagebox
|
||||
.show(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue