-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Fixed getBatchEntities #9745
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 getBatchEntities #9745
Conversation
Codecov Report
@@ Coverage Diff @@
## features #9745 +/- ##
===========================================
Coverage 39.91% 39.91%
- Complexity 34335 34336 +1
===========================================
Files 2038 2038
Lines 108603 108606 +3
===========================================
+ Hits 43346 43349 +3
Misses 65257 65257
|
9df42de
to
a6087c2
Compare
a6087c2
to
a82139f
Compare
I rebased this on features (M4), fixed the failing test due to new code in features, then re-enabled the skipped tests in the API library to test this. The batch API tests are passing again. I also ran @dennisameling script and the users were updated:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM! Thanks!
…ribed-in-9621
Description:
The batch endpoint PATCH api/users/batch/edit shows inconsistent behavior. If often reports the following errors: username: Username is already in use. Please choose another., email: Email is already in use. Please choose another. - however, this is not consistent. Sometimes the action succeeds.
Steps to test this PR:
Clone this minimal repo I created: https://github.com/dennisameling/mautic-users-batch-repo
Follow the steps in the repo to reproduce