@rh-support/troubleshoot 1.0.3-beta.2 → 1.0.3-beta.4

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":"CaseOpenshiftClusterId.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.tsx"],"names":[],"mappings":"AA0BA,wBAAgB,sBAAsB,gBA4QrC"}
1
+ {"version":3,"file":"CaseOpenshiftClusterId.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.tsx"],"names":[],"mappings":"AA0BA,wBAAgB,sBAAsB,gBAmRrC"}
@@ -127,6 +127,13 @@ export function CaseOpenshiftClusterId() {
127
127
  return;
128
128
  setLocalOpenshiftClusterIDState(selectedClusterId);
129
129
  if (selectedClusterId === 'dont-have-id') {
130
+ const caseDetails = {
131
+ openshiftClusterID: '',
132
+ noClusterIdReasonExplanation: '',
133
+ noClusterIdReason: '',
134
+ openshiftClusterVersion: '',
135
+ };
136
+ yield clusterIdUpdate(caseDetails);
130
137
  setDontKnowSelected(true);
131
138
  setSelectedReason(selectedClusterId);
132
139
  setIsClusterIdInValid(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "1.0.3-beta.2",
3
+ "version": "1.0.3-beta.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -73,11 +73,11 @@
73
73
  "@patternfly/react-core": "4.202.16",
74
74
  "@progress/kendo-drawing": "^1.6.0",
75
75
  "@progress/kendo-react-pdf": "^3.12.0",
76
- "@rh-support/components": "1.2.1-beta.2",
77
- "@rh-support/react-context": "1.0.2-beta.2",
76
+ "@rh-support/components": "1.2.1-beta.3",
77
+ "@rh-support/react-context": "1.0.2-beta.3",
78
78
  "@rh-support/types": "0.2.0",
79
- "@rh-support/user-permissions": "1.0.1-beta.2",
80
- "@rh-support/utils": "1.0.1",
79
+ "@rh-support/user-permissions": "1.0.1-beta.3",
80
+ "@rh-support/utils": "1.0.1-beta.0",
81
81
  "@types/react-redux": "^7.1.12",
82
82
  "@types/redux": "^3.6.0",
83
83
  "@webcomponents/webcomponentsjs": "^2.2.10",
@@ -142,5 +142,5 @@
142
142
  "not ie <= 11",
143
143
  "not op_mini all"
144
144
  ],
145
- "gitHead": "bb6def246a3c7b7c4572995701d72ea9cc7ddaa4"
145
+ "gitHead": "5615bbae555450e4d5b494d963a8147eb30da3b9"
146
146
  }