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

Deletion of mapping via UI fails #27

Merged
merged 3 commits into from
Jul 25, 2023

Conversation

github-actions[bot]
Copy link
Contributor

Original issue description

Describe the bug
Deleting an existing mapping via UI is currently not possible. This is caused by the missing ETag, which must be provided in the if-match header for delete operations.

closes #26

@github-actions github-actions bot added the bug Something isn't working label Jul 24, 2023
@codecov
Copy link

codecov bot commented Jul 25, 2023

Codecov Report

Merging #27 (fd56374) into development (09a058d) will increase coverage by 0.21%.
The diff coverage is 100.00%.

@@                Coverage Diff                @@
##             development      #27      +/-   ##
=================================================
+ Coverage          72.77%   72.98%   +0.21%     
- Complexity           196      197       +1     
=================================================
  Files                 28       28              
  Lines                900      907       +7     
  Branches              72       73       +1     
=================================================
+ Hits                 655      662       +7     
  Misses               215      215              
  Partials              30       30              
Files Changed Coverage Δ
...ice/rest/impl/MappingAdministrationController.java 72.22% <100.00%> (+0.31%) ⬆️
.../kit/datamanager/mappingservice/util/FileUtil.java 89.56% <100.00%> (+0.47%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ThomasJejkal ThomasJejkal merged commit 74de485 into development Jul 25, 2023
4 checks passed
@ThomasJejkal ThomasJejkal deleted the issue-26-Deletion_of_mapping_via_UI_fails branch July 25, 2023 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant