From f16e1966b1ea9a04af2faf3c86501a036f1fa147 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Sun, 25 Sep 2011 10:31:09 -0700 Subject: [PATCH] Commenting DataMigrationNotificationProvider --HG-- branch : 1.x --- .../Data/Migration/DataMigrationNotificationProvider.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Orchard.Web/Modules/Orchard.Modules/Data/Migration/DataMigrationNotificationProvider.cs b/src/Orchard.Web/Modules/Orchard.Modules/Data/Migration/DataMigrationNotificationProvider.cs index 72d6cf1e9..a59beb7b7 100644 --- a/src/Orchard.Web/Modules/Orchard.Modules/Data/Migration/DataMigrationNotificationProvider.cs +++ b/src/Orchard.Web/Modules/Orchard.Modules/Data/Migration/DataMigrationNotificationProvider.cs @@ -10,6 +10,11 @@ using Orchard.UI.Admin.Notification; using Orchard.UI.Notify; namespace Orchard.Modules.Data.Migration { + /// + /// 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. + /// [OrchardSuppressDependency("Orchard.Data.Migration.DataMigrationNotificationProvider")] public class DataMigrationNotificationProvider : INotificationProvider { private readonly IDataMigrationManager _dataMigrationManager;