@rh-support/cases 2.1.39 → 2.1.41
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.
|
@@ -219,14 +219,14 @@ export default function DownloadCSVFileModal(props) {
|
|
|
219
219
|
{ label: 'Severity', key: 'severity' },
|
|
220
220
|
{ label: 'Created by', key: 'createdBy' },
|
|
221
221
|
{ label: 'Account number', key: 'accountNumber' },
|
|
222
|
-
{ label: '
|
|
222
|
+
{ label: 'Support type', key: 'type' },
|
|
223
223
|
{ label: 'Group', key: 'group' },
|
|
224
224
|
];
|
|
225
225
|
const csvHeadersTwo = [
|
|
226
226
|
{ label: 'Modified by', key: 'modifiedBy' },
|
|
227
227
|
{ label: 'Status', key: 'status' },
|
|
228
228
|
{ label: 'Product and version', key: 'productVersion' },
|
|
229
|
-
{ label: '
|
|
229
|
+
{ label: 'Personal reference number', key: 'alternateId' },
|
|
230
230
|
{ label: 'Closed date', key: 'caseClosedDate' },
|
|
231
231
|
];
|
|
232
232
|
const generateCheckboxes = (fieldDefinitions) => {
|
package/lib/esm/css/caseList.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/cases",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.41",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"defaults and supports es6-module",
|
|
91
91
|
"maintained node versions"
|
|
92
92
|
],
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "4b0b0dcd5f09ae546be8a5bdde5fc87a57741916"
|
|
94
94
|
}
|