-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
I found a problem in the 'SmartStore.Web\Administration\Views\Shared_Notifications.cshtml' file. line #33
if (ViewData[string.Format("sm.notifications.{0}", NotifyType.Error)] != null)
{
infoMessages.AddRange(ViewData[string.Format("sm.notifications.{0}", NotifyType.Info)] as IList);
}I believe there was a copy&paste issue. Please notice NotifyType.Info should be NotifyType.Error
Thanks!
Mario.
Migrated from CodePlex: Issue #214 from mario001, on 12/12/2013 5:24:44 PM