@rh-support/troubleshoot 2.5.19 → 2.5.20
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.
|
@@ -101,7 +101,7 @@ export function RemoteSessionAgreementModal(props) {
|
|
|
101
101
|
const toggleRemoteSessionForm = () => setIsRemoteSessionForm(true);
|
|
102
102
|
// Function to ack remote session terms and post comment
|
|
103
103
|
const submitRemoteSessionAgreement = (pdfId) => __awaiter(this, void 0, void 0, function* () {
|
|
104
|
-
const requestComment = t(
|
|
104
|
+
const requestComment = t(`Submitted a remote session request with following details:\n\n**Expectations of remote session**\n${sessionExpectations}\n\n**Describe the impact to you or the business**\n${impact}\n\n**Remote session link**\n[${sessionLink}](${sessionLink})\n\nThis action does not initiate a remote session. Please make a case comment if you would like to submit a request.`);
|
|
105
105
|
try {
|
|
106
106
|
yield updateCaseDetails(caseDispatch, props.caseNumber, {
|
|
107
107
|
remoteSessionTermsAcked: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.20",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -134,5 +134,5 @@
|
|
|
134
134
|
"defaults and supports es6-module",
|
|
135
135
|
"maintained node versions"
|
|
136
136
|
],
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "7fe8692bfa511bacdc3cd92e2c78e7b0ac0346e2"
|
|
138
138
|
}
|