Bug 37479 - Batch patron modification from reports needs CSRF protection
Summary: Batch patron modification from reports needs CSRF protection
Status: RESOLVED DUPLICATE of bug 37197
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-25 17:30 UTC by Nick Clemens (kidclamp)
Modified: 2024-07-25 17:32 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens (kidclamp) 2024-07-25 17:30:45 UTC
To recreate:
1 - Generate a report:
    SELECT borrowernumber, cardnumber FROM borrowers ORDER BY rand() LIMIT 35
2 - Run report
3 - Click "Batch operations.." -> "Batch patron modification"
4 - "No barcodes or cardnumbers submitted"
5 - Apply patch
6 - Run report again
7 - Send to patron modification
8 - Success!
Comment 1 Nick Clemens (kidclamp) 2024-07-25 17:32:04 UTC

*** This bug has been marked as a duplicate of bug 37188 ***
Comment 2 Nick Clemens (kidclamp) 2024-07-25 17:32:28 UTC

*** This bug has been marked as a duplicate of bug 37197 ***