You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Plugins/SmartStore.DevTools/Security/DevToolsPermissionProvider.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
namespaceSmartStore.DevTools.Security
8
8
{
9
9
/// <summary>
10
-
/// All permissions provided by this plugin.
10
+
/// All permissions provided by this plugin. Recommended to use singular for names, <see cref="Permissions"/>.
11
11
/// "devtools" is the root permission (by convention, doesn't contain any dot). Localization key is "Plugins.Permissions.DisplayName.DevTools".
12
12
/// "devtools.read" and "devtools.update" do not need localization because they are contained in core, <see cref="PermissionService._displayNameResourceKeys"/>.
0 commit comments