We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: issue number
The following cf-inquireranswers object is missing the serviceName when the CF ABAP choices are returned;
answers
serviceName
open-ux-tools/packages/cf-deploy-config-inquirer/src/prompts/app-router-prompts.ts
Line 159 in eedd6d1
Response;
{ "inputDestinationRoot": "/Users/I313149/Documents/tools-suite/packages/deployment-generator", "prefix": "testme2", "mtaDescription": "", "mtaVersion": "0.0.1", "routerType": "standard", "addConnectivityService": true, "useABAPServiceBinding": true, "selectedABAPService": { "label": "abap-05" } }
The selectedABAPService is not returning the service as defined by the type;
selectedABAPService
service
abapServiceProvider?: { label?: string; service?: String; };
Steps to reproduce the behavior:
Select the service and generate standalone approuter project
cf-writing phase is failing since the serviceName is not being passed.
If applicable, add screenshots to help explain the problem.
Add any other context about the problem here OS:
{describe the problem}
{describe the fix}
{Some explanation why this issue might have been missed during normal development/testing cycle}
{if we don’t want to see this type of issues anymore what we should do to prevent}
The text was updated successfully, but these errors were encountered:
longieirl
No branches or pull requests
Related Feature
Feature request: issue number
Description
The following cf-inquirer
answers
object is missing theserviceName
when the CF ABAP choices are returned;open-ux-tools/packages/cf-deploy-config-inquirer/src/prompts/app-router-prompts.ts
Line 159 in eedd6d1
Response;
The
selectedABAPService
is not returning theservice
as defined by the type;Steps to Reproduce
Steps to reproduce the behavior:
Expected results
Select the service and generate standalone approuter project
Actual results
cf-writing phase is failing since the serviceName is not being passed.
Screenshots
If applicable, add screenshots to help explain the problem.
Version/Components/Environment
Add any other context about the problem here
OS:
Root Cause Analysis
Problem
{describe the problem}
Fix
{describe the fix}
Why was it missed
{Some explanation why this issue might have been missed during normal development/testing cycle}
How can we avoid this
{if we don’t want to see this type of issues anymore what we should do to prevent}
The text was updated successfully, but these errors were encountered: