@rh-support/manage 1.1.3 → 1.1.5

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.
@@ -1 +1 @@
1
- {"version":3,"file":"ManageGroupUsers.d.ts","sourceRoot":"","sources":["../../../../../src/components/Groups/ManageGroupUsers/ManageGroupUsers.tsx"],"names":[],"mappings":"AAuBA,eAAO,MAAM,gBAAgB,mBA6M5B,CAAC"}
1
+ {"version":3,"file":"ManageGroupUsers.d.ts","sourceRoot":"","sources":["../../../../../src/components/Groups/ManageGroupUsers/ManageGroupUsers.tsx"],"names":[],"mappings":"AAuBA,eAAO,MAAM,gBAAgB,mBAiN5B,CAAC"}
@@ -130,15 +130,18 @@ export const ManageGroupUsers = () => {
130
130
  // eslint-disable-next-line react-hooks/exhaustive-deps
131
131
  }, [location.pathname]);
132
132
  return (React.createElement("section", { id: "manage-groups" },
133
- React.createElement(AlertMessage, { variant: AlertType.INFO, show: loggedInUserRights.data.isOrgAdmin() && !loggedInUsersAccount.data.hasGroupACLs, isInline: true, className: "pf-u-mb-md" },
134
- React.createElement(React.Fragment, null,
133
+ React.createElement(AlertMessage, { variant: AlertType.INFO, show: loggedInUserRights.data.isOrgAdmin() && !loggedInUsersAccount.data.hasGroupACLs, isInline: true, className: "pf-u-mb-md", title: t("Case Group Access Control Lists (ACLs) haven't been activated on your account.") },
134
+ React.createElement("p", null,
135
135
  React.createElement(Trans, { i18nKey: "i18nRequestControl" },
136
136
  "To request control over who can access cases under a specific group, please contact your Technical Account Manager or",
137
137
  ' ',
138
138
  React.createElement("a", { href: "/support/contact/technicalSupport/", rel: "noopener noreferrer", target: "_blank" }, "Red Hat Technical Support"),
139
+ ". You can set permissions on groups but settings won't take effect until",
139
140
  ' ',
140
- "for assistance."),
141
- ".")),
141
+ React.createElement("a", { href: "https://access.redhat.com/solutions/175763", rel: "noopener noreferrer", target: "_blank" }, "Case Group ACLs"),
142
+ ' ',
143
+ "is activated on your account.",
144
+ ' '))),
142
145
  React.createElement("header", null,
143
146
  React.createElement("h2", null, t('Groups')),
144
147
  React.createElement("p", null, t('Add or edit groups to easily filter while searching through cases.'))),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "homepage": "",
@@ -94,9 +94,9 @@
94
94
  "@patternfly/pfe-tabs": "1.12.3",
95
95
  "@patternfly/react-core": "4.264.0",
96
96
  "@patternfly/react-table": "4.111.33",
97
- "@rh-support/components": "1.3.0",
97
+ "@rh-support/components": "1.3.1",
98
98
  "@rh-support/configs": "1.0.2-beta.58",
99
- "@rh-support/react-context": "1.1.1",
99
+ "@rh-support/react-context": "1.1.2",
100
100
  "@rh-support/types": "0.2.1-beta.58",
101
101
  "@rh-support/user-permissions": "1.1.0",
102
102
  "@rh-support/utils": "1.0.10-beta.58",
@@ -109,5 +109,5 @@
109
109
  "react-i18next": ">=10.11.0",
110
110
  "react-router-dom": ">=5.1.2"
111
111
  },
112
- "gitHead": "aa7baf511d220c1f19d6f965bbdc2e3861e5d820"
112
+ "gitHead": "8c85bdb8941ddb7070c5356a3c89c1c676c147fb"
113
113
  }