Bug 37479

Summary: Batch patron modification from reports needs CSRF protection
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: ReportsAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

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 ***