mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. Confirmation screens for Undo All and Undo Selected items for a sandbox
- refactoring of revert functionality into Undo All and Undo Selected dialogs . Performance enhancement to Node class - to cache Path value from NodeService and changed appropriate class to use this . Fix to horribly broken values in AVMConstants git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4690 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -404,8 +404,8 @@ public final class AVMConstants
|
||||
private static final String STORE_SEPARATOR = "--";
|
||||
|
||||
// names of the stores representing the layers for an AVM website
|
||||
public final static String STORE_STAGING = "";
|
||||
public final static String STORE_MAIN = "";
|
||||
public final static String STORE_STAGING = STORE_SEPARATOR + "staging";
|
||||
public final static String STORE_MAIN = STORE_SEPARATOR + "main";
|
||||
public final static String STORE_PREVIEW = STORE_SEPARATOR + "preview";
|
||||
|
||||
// system directories at the top level of an AVM website
|
||||
@@ -416,11 +416,8 @@ public final class AVMConstants
|
||||
public final static String DIR_APPBASE = "appBase";
|
||||
public final static String DIR_WEBAPPS = "avm_webapps";
|
||||
|
||||
|
||||
|
||||
// servlet default webapp
|
||||
// Note: this webapp is mapped to the URL path ""
|
||||
//
|
||||
public final static String DIR_ROOT = "ROOT";
|
||||
|
||||
// system property keys for sandbox identification and DNS virtualisation mapping
|
||||
|
Reference in New Issue
Block a user