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

fixed the issue that led to correct update but the 404 response code … #7964

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

2403905
Copy link
Contributor

@2403905 2403905 commented Dec 13, 2023

…when renaming an existing user to a string with capital letters

Description

Fixed the issue that led to correct update but the 404 response code when renaming an existing user to a string with capital letters.

Related Issue

Motivation and Context

How Has This Been Tested?

  • test environment: local
  • test case 1: In a issue
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

…when renaming an existing user to a string with capital letters
Copy link

sonarcloud bot commented Dec 13, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@rhafer rhafer merged commit 2745669 into owncloud:master Dec 14, 2023
4 checks passed
@micbar micbar mentioned this pull request Dec 20, 2023
71 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

renaming user to any string with capital letter gives error response
2 participants