Skip to content

Commit 2c19c43

Browse files
committed
Resolves #2241 Missing permission check at RegisteredCustomersDashboardReport
1 parent 321e800 commit 2c19c43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Presentation/SmartStore.Web/Administration/Controllers/CustomerController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,6 +1403,7 @@ public void SetCustomerReportData(List<DashboardChartReportModel> reports, DateT
14031403
/// Evaluates and displays customer registrations of this year as line chart
14041404
/// </summary>
14051405
/// <returns>Customers registrations chart</returns>
1406+
[Permission(Permissions.Customer.Read, false)]
14061407
public ActionResult RegisteredCustomersDashboardReport()
14071408
{
14081409
// Get customers of at least last 28 days (if year is younger)

0 commit comments

Comments
 (0)