@sap-ux/odata-service-inquirer 0.5.31 → 0.5.32
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.
|
@@ -433,14 +433,14 @@ class ErrorHandler {
|
|
|
433
433
|
link: {
|
|
434
434
|
text: (0, i18n_1.t)('guidedAnswers.validationErrorHelpText'),
|
|
435
435
|
icon: guided_answers_helper_1.GUIDED_ANSWERS_ICON,
|
|
436
|
-
url: (0, guided_answers_helper_1.getHelpUrl)(
|
|
436
|
+
url: (0, guided_answers_helper_1.getHelpUrl)(guided_answers_helper_1.HELP_TREE.FIORI_TOOLS, [helpNode])
|
|
437
437
|
}
|
|
438
438
|
};
|
|
439
439
|
if (this.guidedAnswersEnabled) {
|
|
440
440
|
valLink.link.command = {
|
|
441
441
|
id: guided_answers_helper_1.GUIDED_ANSWERS_LAUNCH_CMD_ID,
|
|
442
442
|
params: {
|
|
443
|
-
treeId:
|
|
443
|
+
treeId: guided_answers_helper_1.HELP_TREE.FIORI_TOOLS,
|
|
444
444
|
nodeIdPath: [helpNode],
|
|
445
445
|
trigger: '@sap-ux/odata-service-inquirer'
|
|
446
446
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/odata-service-inquirer",
|
|
3
3
|
"description": "Prompts module that can prompt users for inputs required for odata service writing",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.32",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"os-name": "4.0.1",
|
|
29
29
|
"@sap-ux/axios-extension": "1.16.5",
|
|
30
30
|
"@sap-ux/btp-utils": "0.15.2",
|
|
31
|
-
"@sap-ux/guided-answers-helper": "0.0.
|
|
31
|
+
"@sap-ux/guided-answers-helper": "0.0.2",
|
|
32
32
|
"@sap-ux/telemetry": "0.5.25",
|
|
33
33
|
"@sap-ux/inquirer-common": "0.4.6",
|
|
34
34
|
"@sap-ux/logger": "0.6.0",
|