mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Here's a skeletal workflow for the Gartner demo. Doesn't do anything besides
printing a log message and showing up appropriately in task lists. The task screens aren't quite delectable but they show up. Fixed a misplaced store level property and added a new one ".website.name" to user sandbox stores so that the corresponding staging sandbox can be determined efficiently from a user sandbox. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3870 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -69,6 +69,6 @@ public final class AVMConstants
|
||||
public final static String PROP_SANDBOX_AUTHOR_MAIN = ".sandbox.author.main";
|
||||
public final static String PROP_SANDBOX_AUTHOR_PREVIEW = ".sandbox.author.preview";
|
||||
public final static String PROP_DNS = ".dns.";
|
||||
|
||||
public final static String PROP_WEBSITE_NAME = ".website.name";
|
||||
public final static String SPACE_ICON_WEBSITE = "space-icon-website";
|
||||
}
|
||||
|
Reference in New Issue
Block a user