mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
#17553 / #17464: Avoid to get the screenshots for the packages everytime a package information is downloaded from the gallery.
--HG-- branch : 1.x
This commit is contained in:
@@ -126,7 +126,7 @@ Features:
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public IEnumerable<PackagingEntry> GetExtensionList(PackagingSource packagingSource = null, Func<IQueryable<PublishedPackage>, IQueryable<PublishedPackage>> query = null) {
|
||||
public IEnumerable<PackagingEntry> GetExtensionList(bool includeScreenshots, PackagingSource packagingSource = null, Func<IQueryable<PublishedPackage>, IQueryable<PublishedPackage>> query = null) {
|
||||
return new[] {
|
||||
new PackagingEntry {
|
||||
PackageId = "Orchard.Module.SuperWiki",
|
||||
|
||||
Reference in New Issue
Block a user