mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-24 08:46:48 +08:00
Stuff Jorge commented out to get the build working.
This commit is contained in:
@@ -65,7 +65,6 @@ namespace Orchard.ContentManagement {
|
||||
_contentDefinitionManager = contentDefinitionManager;
|
||||
_cacheManager = cacheManager;
|
||||
_contentManagerSession = contentManagerSession;
|
||||
_identityResolverSelectors = identityResolverSelectors;
|
||||
_sqlStatementProviders = sqlStatementProviders;
|
||||
_shellSettings = shellSettings;
|
||||
_signals = signals;
|
||||
@@ -566,8 +565,8 @@ namespace Orchard.ContentManagement {
|
||||
foreach (var contentHandler in Handlers) {
|
||||
contentHandler.Cloned(context);
|
||||
}
|
||||
var importContext = new ImportContentContext(element, null, importContentSession);
|
||||
Import(importContext);
|
||||
// var importContext = new ImportContentContext(contentitem, element, null, importContentSession);
|
||||
// Import(importContext);
|
||||
|
||||
|
||||
return cloneContentItem;
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace Orchard.ContentManagement {
|
||||
var identityComparer = new ContentIdentity.ContentIdentityEqualityComparer();
|
||||
_contentManager = contentManager;
|
||||
|
||||
_identities = new Dictionary<ContentIdentity, int>(_identityComparer);
|
||||
// _identities = new Dictionary<ContentIdentity, int>(_identityComparer);
|
||||
_contentTypes = new Dictionary<ContentIdentity, string>(_identityComparer);
|
||||
_draftVersionRecordIds = new Dictionary<int, int>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user