renamed DynamicDocumentList to DynamicPublishedContentList
simplified some of the DynamicPublishedContent methods to accept Func<IPublishedContent> instead of Func<DynamicPublishedContent>, made the IsHelper method private as this shouldn't be exposed. renamed other objects starting with DynamicDocument to DynamicPublishedContent
This commit is contained in:
@@ -228,7 +228,7 @@ namespace Umbraco.Web
|
||||
|
||||
//This exists only because the new business logic classes aren't created yet and we want Dynamics in the Core project,
|
||||
//see the note in the DynamicNodeDataSourceResolver.cs class
|
||||
DynamicDocumentDataSourceResolver.Current = new DynamicDocumentDataSourceResolver(new DefaultDynamicDocumentDataSource());
|
||||
DynamicPublishedContentDataSourceResolver.Current = new DynamicPublishedContentDataSourceResolver(new DefaultDynamicPublishedContentDataSource());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user