@rh-support/cases 0.2.29 → 0.2.30
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.
|
@@ -151,7 +151,7 @@ export function CaseList(props) {
|
|
|
151
151
|
}
|
|
152
152
|
});
|
|
153
153
|
}
|
|
154
|
-
if (changed) {
|
|
154
|
+
if (changed && location.pathname === '/case/list') {
|
|
155
155
|
setCaseList(CaseListDispatch, caseListResponse.response);
|
|
156
156
|
pendoTrackEvent(UpdatedCaseDataEvent);
|
|
157
157
|
ToastNotification.addSuccessMessage(t('Case data has been updated'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/cases",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.30",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"@patternfly/react-core": "4.128.2",
|
|
54
54
|
"@patternfly/react-table": "4.26.7",
|
|
55
55
|
"@rh-support/api": "0.3.9",
|
|
56
|
-
"@rh-support/components": "1.1.
|
|
57
|
-
"@rh-support/react-context": "0.2.
|
|
56
|
+
"@rh-support/components": "1.1.23",
|
|
57
|
+
"@rh-support/react-context": "0.2.25",
|
|
58
58
|
"@rh-support/types": "0.2.0",
|
|
59
59
|
"@rh-support/user-permissions": "0.2.17",
|
|
60
60
|
"@rh-support/utils": "0.2.15",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"not ie <= 11",
|
|
102
102
|
"not op_mini all"
|
|
103
103
|
],
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "1fba07cc7a41e8388393d62c86e3c12df383f428"
|
|
105
105
|
}
|