mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user