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

Feature/21 give the possibility to assign/unassign service to/from product #79

Draft
wants to merge 60 commits into
base: main
Choose a base branch
from

Conversation

roswerk
Copy link
Contributor

@roswerk roswerk commented Feb 9, 2022

Checklist

  • Changed e2e tests
  • Changed unit tests

Closes #21

@PlanBGmbH/flinkey-web-components

@roswerk roswerk added the needs-review Pull requests which need code review and approval from flinkey Web Components team. label Feb 9, 2022
@roswerk roswerk requested a review from BHuber-PlanB February 9, 2022 14:03
@BHuber-PlanB BHuber-PlanB added work-in-progress Pull requests which are still being worked on, more changes will follow. and removed needs-review Pull requests which need code review and approval from flinkey Web Components team. labels Feb 9, 2022
@roswerk roswerk marked this pull request as draft February 9, 2022 14:10
@@ -42,6 +42,7 @@ function setDefaultHeaders(): HeadersInit {
'flinkey-API-Key': Globals.apiKey,
'Content-Type': 'application/json',
'Accept': 'application/json',
'Customer-ID': '1',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't commit such values. This should already be part of Globals class. Please use value from there.

roswerk and others added 30 commits February 10, 2022 14:29
Server responds with undefined if link/unlink has been successful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
work-in-progress Pull requests which are still being worked on, more changes will follow.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Give the possibility to assign/unassign service to/from product
2 participants