Skip to content
New issue

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

TOSCA UI cannot render application detail page when Service template name is null #85

Open
kuangyu0801 opened this issue Mar 11, 2022 · 0 comments

Comments

@kuangyu0801
Copy link

Current Behavior:

TOSCA UI cannot render application detail page when one of the Interface in the Service template name is null
User cannot click into detail for Application in TOSCA UI.
Expected Behavior:

user can clink into detail page regardless of interface name in service template but shows error/warning message
Steps to Reproduce:

  1. Upload a CSAR with a service template containing null interface name

ex.

  <Interface name="">
      <Operation name="OpenTOSCA-Lifecycle-Interface">
          <Plan planRef="MyTinyToDo_Bare_Docker_bpmn_buildPlan"/>
      </Operation>
  </Interface>

Other Information:

System Information:

Screen Shot 2022-03-08 at 16 23 27
Screen Shot 2022-03-10 at 12 03 55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant