Fixes issue with modelsbuilder when doctypes are inheriting from other doc types.
This commit is contained in:
@@ -12,8 +12,10 @@
|
||||
/// an original <see cref="IPublishedContent"/> instance.
|
||||
/// </summary>
|
||||
/// <param name="content">The original content.</param>
|
||||
protected PublishedContentModel(IPublishedContent content)
|
||||
: base(content)
|
||||
protected PublishedContentModel(IPublishedContent content, IPublishedValueFallback publishedValueFallback)
|
||||
: base(content, publishedValueFallback)
|
||||
{ }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user