. 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

@@ -771,8 +771,6 @@ public class CreateWebsiteWizard extends BaseWizardBean
// ------------------------------------------------------------------------------
// Inner classes
/////////////////////////////////////////////////////////////////////////////
/**
* Wrapper class for a configurable template Form instance
*/
@@ -905,7 +903,6 @@ public class CreateWebsiteWizard extends BaseWizardBean
}
}
/////////////////////////////////////////////////////////////////////////////
/**
* Class to represent a single configured Presentation Template instance
@@ -972,7 +969,6 @@ public class CreateWebsiteWizard extends BaseWizardBean
}
}
/////////////////////////////////////////////////////////////////////////////
/**
* Class to represent a single configured Workflow instance
@@ -1074,7 +1070,6 @@ public class CreateWebsiteWizard extends BaseWizardBean
}
}
/////////////////////////////////////////////////////////////////////////////
public class UserWrapper
{
@@ -1104,6 +1099,4 @@ public class CreateWebsiteWizard extends BaseWizardBean
public String getName() { return this.name; }
public String getRole() { return this.role; }
}
/////////////////////////////////////////////////////////////////////////////
}