@rh-support/troubleshoot 2.1.12 → 2.1.13
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":"ESSRemoteSessionModal.d.ts","sourceRoot":"","sources":["../../../../../src/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"ESSRemoteSessionModal.d.ts","sourceRoot":"","sources":["../../../../../src/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAiBxD,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,OAAO,CAAC;IACd,kBAAkB,EAAE,mBAAmB,CAAC,QAAQ,CAAC,CAAC;IAClD,QAAQ,EAAE,OAAO,CAAC;IAClB,sBAAsB,EAAE,OAAO,CAAC;CACnC;AAED,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,eAgKlD"}
|
|
@@ -17,7 +17,7 @@ import { useCaseDispatch } from '../../../context/CaseContext';
|
|
|
17
17
|
import { useCaseDetailsPageStateContext } from '../../../context/CaseDetailsPageContext';
|
|
18
18
|
import { useCaseDiscussionTabDispatchContext, useCaseDiscussionTabStateContext, } from '../../../context/CaseDiscussionTabContext';
|
|
19
19
|
import { updateDiscussionStateComments } from '../../../reducers/CaseDiscussionTabReducer';
|
|
20
|
-
import { checkForCaseStatusToggleOnAttachOrComment, setCaseDetails, setRemoteRiderFlag,
|
|
20
|
+
import { checkForCaseStatusToggleOnAttachOrComment, setCaseDetails, setRemoteRiderFlag, } from '../../../reducers/CaseReducer';
|
|
21
21
|
export function ESSRemoteSessionModal(props) {
|
|
22
22
|
const { t } = useTranslation();
|
|
23
23
|
const caseDispatch = useCaseDispatch();
|
|
@@ -36,7 +36,6 @@ export function ESSRemoteSessionModal(props) {
|
|
|
36
36
|
const submitESSRemoteSessionRequest = () => __awaiter(this, void 0, void 0, function* () {
|
|
37
37
|
const requestComment = t('Submitted a remote session request.');
|
|
38
38
|
try {
|
|
39
|
-
yield updateCaseDetails(caseDispatch, props.caseNumber, { screenSessionRequested: true });
|
|
40
39
|
setCaseDetails(caseDispatch, {
|
|
41
40
|
screenSessionRequested: true,
|
|
42
41
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.13",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"defaults and supports es6-module",
|
|
134
134
|
"maintained node versions"
|
|
135
135
|
],
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "17515e7beaf1ba3ebdb74696523a982ad400ff40"
|
|
137
137
|
}
|