From 987b4e50ecf81bd8fe1bb528d83357aacaf70a1d Mon Sep 17 00:00:00 2001 From: Berkan Sasmaz Date: Fri, 8 Oct 2021 17:47:23 +0300 Subject: [PATCH] Update Background-Jobs-Hangfire.md --- docs/en/Background-Jobs-Hangfire.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Background-Jobs-Hangfire.md b/docs/en/Background-Jobs-Hangfire.md index 74fac941e2..ac3dc190c2 100644 --- a/docs/en/Background-Jobs-Hangfire.md +++ b/docs/en/Background-Jobs-Hangfire.md @@ -102,7 +102,7 @@ app.UseHangfireDashboard("/hangfire", new DashboardOptions `AbpHangfireAuthorizationFilter` class has the following fields: * **`enableTenant` (`bool`, default: `false`):** Enables/disables hiding the Hangfire dashboard on tenant users. -* **`requiredPermissionName` (`string`, default: `null`):** Accessible only if the current user has the specified permission. In this case, if we specify a permission name, we don't need to set `enableTenant` `true` because the permission system already does it. +* **`requiredPermissionName` (`string`, default: `null`):** Hangfire dashboard is accessible only if the current user has the specified permission. In this case, if we specify a permission name, we don't need to set `enableTenant` `true` because the permission system already does it. If you want to require an additional permission, you can pass it into the constructor as below: