. Bug fix on Forms page of Create Web Project wizard - "Workflow not configured" warning wasn't displaying

. WCM ContentReviewer bug fix - role can no longer seem Forms (as they cannot create - they can only edit existing items)
. Submit dialog bug fix - can now press OK after entering workflow config when the dialog previous displayed an error

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4830 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-01-15 14:08:11 +00:00
parent 74cda67a27
commit 86ef70fedd
4 changed files with 30 additions and 28 deletions

View File

@@ -256,6 +256,8 @@ public class SubmitDialog extends BaseDialogBean
// create error msg for display in dialog - the user must configure the workflow params
Utils.addErrorMessage(Application.getMessage(context, MSG_ERR_WORKFLOW_CONFIG));
outcome = null;
// set the isFinished flag to allow the dialog to be finished again after the error
isFinished = true;
}
}
else