mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Added .sandbox.store.foo-bar-baz tag during user sandbox store creation.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3878 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -353,6 +353,12 @@ public class CreateWebsiteWizard extends BaseWizardBean
|
||||
QName.createQName(null, AVMConstants.PROP_WEBSITE_NAME),
|
||||
new PropertyValue(DataTypeDefinition.TEXT, name));
|
||||
|
||||
// tag the store, oddly enough, with its own store name for querying.
|
||||
// when will the madness end.
|
||||
this.avmService.setStoreProperty(userStore,
|
||||
QName.createQName(null, AVMConstants.PROP_SANDBOX_STORE_PREFIX + userStore),
|
||||
new PropertyValue(DataTypeDefinition.TEXT, null));
|
||||
|
||||
// tag the store with the DNS name property
|
||||
tagStoreDNSPath(userStore);
|
||||
|
||||
@@ -373,6 +379,11 @@ public class CreateWebsiteWizard extends BaseWizardBean
|
||||
QName.createQName(null, AVMConstants.PROP_SANDBOX_AUTHOR_PREVIEW),
|
||||
new PropertyValue(DataTypeDefinition.TEXT, null));
|
||||
|
||||
// tag the store with its own store name for querying.
|
||||
this.avmService.setStoreProperty(previewStore,
|
||||
QName.createQName(null, AVMConstants.PROP_SANDBOX_STORE_PREFIX + previewStore),
|
||||
new PropertyValue(DataTypeDefinition.TEXT, null));
|
||||
|
||||
// tag the store with the DNS name property
|
||||
tagStoreDNSPath(previewStore);
|
||||
|
||||
|
Reference in New Issue
Block a user