Commenting DataMigrationNotificationProvider

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-09-25 10:31:09 -07:00
parent f4dc89de16
commit f16e1966b1

View File

@@ -10,6 +10,11 @@ using Orchard.UI.Admin.Notification;
using Orchard.UI.Notify;
namespace Orchard.Modules.Data.Migration {
/// <summary>
/// This implementation overrides the Core notification provider. It has been replaced
/// because some links to the features had to be displayed, links that are pointing to
/// this module. So in case the module is removed, the notifications would still be displayed.
/// </summary>
[OrchardSuppressDependency("Orchard.Data.Migration.DataMigrationNotificationProvider")]
public class DataMigrationNotificationProvider : INotificationProvider {
private readonly IDataMigrationManager _dataMigrationManager;