GitHub user tlnd-fcurvat opened a pull request:
https://github.com/apache/syncope/pull/63
When importing users, cannot import more than 200 users.
Hi,
Found a bug when doing migration from syncope 1.2 to syncope 2.0.
Cannot migrate more than 200 users.
This "ugly" fix works for me, so i wanted to share.
Regards,
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tlnd-fcurvat/syncope fcurvat/2_0_X
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/syncope/pull/63.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #63
----
commit 3e07c214c2d02276a9d66118bd495e2afc9c8522
Author: Frédéric Curvat <[email protected]>
Date: 2017-09-20T12:50:43Z
When importing users, cannot import more than 200 users.
----
---