Runway Forms Responses: 'Last' button not working

  • I find that when viewing Perch > Forms > All Responses page (if there are more than 10 responses), the 'Last >>' button does not go anywhere. However, if you move on to the 2nd page, then click 'Last >>' it works correctly.


    To put it another way: on the first page of responses the Last button links to:

    /perch/addons/apps/perch_forms/responses/?id=8

    (8 being the id of the form)


    Whereas if on the 2nd page of responses (or any other page for that matter), it links correctly:

    /perch/addons/apps/perch_forms/responses/?id=8&page=17


    So, I find that only if the page id is in the querystring, 'Last >>' works as it should.

    Is anyone aware of this bug?