mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding missing change
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Orchard.Taxonomies.Models {
|
||||
/// </summary>
|
||||
public class TermsPart : ContentPart<TermsPartRecord> {
|
||||
public IList<TermContentItem> Terms { get { return Record.Terms; } }
|
||||
internal LazyField<IEnumerable<TermContentItemPart>> _termParts = new LazyField<IEnumerable<TermContentItemPart>>();
|
||||
internal LazyField<IEnumerable<TermContentItemPart>> _termParts;
|
||||
public IEnumerable<TermContentItemPart> TermParts { get { return _termParts.Value; } }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user