diff --git a/src/Smartstore.Modules/Smartstore.WebApi/Services/DefaultODataModelProvider.cs b/src/Smartstore.Modules/Smartstore.WebApi/Services/DefaultODataModelProvider.cs index 154ecc5b89..6a61c5b571 100644 --- a/src/Smartstore.Modules/Smartstore.WebApi/Services/DefaultODataModelProvider.cs +++ b/src/Smartstore.Modules/Smartstore.WebApi/Services/DefaultODataModelProvider.cs @@ -18,6 +18,7 @@ public void Build(ODataModelBuilder builder, int version) public string GetXmlCommentsFilePath(IApplicationContext appContext, int version) { + // // TODO: (mg) (core) Why PHYSICAL path? return appContext.ModuleCatalog.GetModuleByName(Module.SystemName)?.XmlCommentsPath; } } diff --git a/src/Smartstore/Engine/Modularity/IModuleDescriptor.cs b/src/Smartstore/Engine/Modularity/IModuleDescriptor.cs index b03c43f55f..7cf98ff902 100644 --- a/src/Smartstore/Engine/Modularity/IModuleDescriptor.cs +++ b/src/Smartstore/Engine/Modularity/IModuleDescriptor.cs @@ -61,7 +61,7 @@ public interface IModuleDescriptor : IExtensionDescriptor, IExtensionLocation /// /// The full physical path of the XML file containing source code comments. /// - public string XmlCommentsPath { get; } + public string XmlCommentsPath { get; } // TODO: (mg) (core) Remove please! /// /// Gets the module's runtime assembly info.