. Edit Web Project wizard

- Settings for Forms, Rendering Engines (templates), workflows and workflow config can be modified for a website
 - DNS name and Default Webapp cannot be changed at present
 - Fix to saving of workflow names against web project model
 - Users for a website are not managed in the Edit Web Project Wizard - instead use the Delete Sandbox and Invite Web Project users actions
. Preview Snapshot against previous version UI action removed (not being implemented in the vserver for GA)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4485 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-12-01 13:53:38 +00:00
parent 530f47ae90
commit 9b47676741
13 changed files with 465 additions and 26 deletions

View File

@@ -234,12 +234,13 @@ public class UISandboxSnapshots extends SelfRenderingComponent
requestMap.put(REQUEST_SNAPVERSION, Integer.toString(item.getVersionID()));
Utils.encodeRecursive(context, action);
requestMap.remove(REQUEST_SNAPVERSION);
out.write(" ");
//out.write(" ");
Utils.encodeRecursive(context, aquireAction(
// TODO: restore once preview of a store by version is implemented in vserver
/*Utils.encodeRecursive(context, aquireAction(
context, sandbox, ACT_SNAPSHOT_PREVIEW, null,
null, null));
out.write(" ");
out.write(" ");*/
out.write("</nobr></td></tr>");
}