Page MenuHomePhabricator

On allusers if limit < total number of users, last user gets duplicated
Closed, ResolvedPublic

Description

http://localhost:8080/w/api.php?action=query&list=allusers&aufrom=Reedy&aulimit=1

<?xml version="1.0"?>
<api>

<query>
  <allusers>
    <u name="Reedy" userid="1" />
    <u name="Reedy" userid="1" />
  </allusers>
</query>
<query-continue>
  <allusers aufrom="ReedyLolTest" />
</query-continue>

</api>


Version: unspecified
Severity: normal

Details

Reference
bz26560

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:24 PM
bzimport set Reference to bz26560.
  • Bug 27627 has been marked as a duplicate of this bug. ***
  • Bug 27649 has been marked as a duplicate of this bug. ***
  • Bug 27675 has been marked as a duplicate of this bug. ***