LimeSurvey: master ec597676

Author Committer Branch Timestamp Parent
DenisChenu DenisChenu master 2015-07-17 14:05:21 master 45316f00
Affected Issues  09758: Selecting to show last 50 responses does not show the last 50 responses anymore
Changeset

Fixed issue 09758: Selecting to show last 50 responses does not show the last 50 responses anymore
Fixed issue : unable to delete multiple response in some condition
Dev: get the default order/page and rowNum by query ($_GET no $_POST)
Dev: delete response only if request is post for CRSF
Dev: deleteByPk must work with array or pseudo array, but sometimes it don't work ???
Dev: Fix Timing delete var : iResponseID to iResponseId

mod - application/controllers/admin/responses.php Diff File
mod - application/views/admin/responses/listResponses_view.php Diff File
mod - scripts/admin/listresponse.js Diff File