@rh-support/troubleshoot 2.6.89 → 2.6.90
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.
|
@@ -54,7 +54,7 @@ export const formatClickedResourcesSequenceForComment = (clickedResourcesSequenc
|
|
|
54
54
|
if (clickedResourcesSequence.length === 0) {
|
|
55
55
|
return '';
|
|
56
56
|
}
|
|
57
|
-
let commentBody = '**
|
|
57
|
+
let commentBody = '**Note: This information about the content clicked/read by customers is for internal use only. You should only share the information in the context of providing support and expediting resolution of an issue. See the guidelines on using this feature in the [knowledge base article](https://access.redhat.com/articles/7132983).**\n\nBefore creating this case, the customer viewed the following content in PCM, in the order listed below:\n\n';
|
|
58
58
|
clickedResourcesSequence.forEach((source, index) => {
|
|
59
59
|
if (source.clickedResources.length === 1) {
|
|
60
60
|
// Single link: 1. [source] - [title](url)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.90",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"@progress/kendo-licensing": "1.3.5",
|
|
60
60
|
"@progress/kendo-react-pdf": "^5.16.0",
|
|
61
61
|
"@redux-devtools/extension": "^3.3.0",
|
|
62
|
-
"@rh-support/components": "2.5.
|
|
63
|
-
"@rh-support/react-context": "2.5.
|
|
62
|
+
"@rh-support/components": "2.5.61",
|
|
63
|
+
"@rh-support/react-context": "2.5.77",
|
|
64
64
|
"@rh-support/types": "2.0.5",
|
|
65
65
|
"@rh-support/user-permissions": "2.5.29",
|
|
66
66
|
"@rh-support/utils": "2.5.26",
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"defaults and supports es6-module",
|
|
134
134
|
"maintained node versions"
|
|
135
135
|
],
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "df1b075de11079845d372084d0bdbd780adf00a9"
|
|
137
137
|
}
|