Features list display link to update schema if available

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-07-06 12:51:26 -07:00
parent 4ed7964cbf
commit 8b9a8e14ea
5 changed files with 49 additions and 10 deletions

View File

@@ -4,5 +4,6 @@ using Orchard.Mvc.ViewModels;
namespace Orchard.Modules.ViewModels {
public class FeaturesViewModel : BaseViewModel {
public IEnumerable<IModuleFeature> Features { get; set; }
public IEnumerable<string> FeaturesThatNeedUpdate { get; set; }
}
}