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