@rh-support/manage 2.5.10 → 2.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -149,7 +149,7 @@ export const ManageGroupUsers = () => {
|
|
|
149
149
|
React.createElement(AlertMessage, { variant: AlertType.INFO, show: loggedInUserRights.data.isInternal(), isInline: true, className: "pf-v5-u-mb-md", title: t('Case Group ACL is not available for internal users.') },
|
|
150
150
|
React.createElement("p", null,
|
|
151
151
|
React.createElement(Trans, { i18nKey: "i18nRequestControl" },
|
|
152
|
-
"As an internal user you can use case group without ACL
|
|
152
|
+
"As an internal user you can use case group without ACL functionality. To use case groups to limit user access, customers can enable the",
|
|
153
153
|
' ',
|
|
154
154
|
React.createElement("a", { href: "https://access.redhat.com/articles/170453", target: "_blank", rel: "noopener noreferrer" }, "Case Group Access Control Lists (ACL)"),
|
|
155
155
|
' ',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/manage",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.11",
|
|
4
4
|
"description": "Customer Support Manage App",
|
|
5
5
|
"author": "Jordan Eudy <jeudy100@gmail.com>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"defaults and supports es6-module",
|
|
104
104
|
"maintained node versions"
|
|
105
105
|
],
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "6dd9174c117a90e337102257e5ead0add3ce4c37"
|
|
107
107
|
}
|