Skip to content

Notification Issue #216

@muratcakir

Description

@muratcakir

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions