https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41082
Bug ID: 41082
Summary: Renaming columns in reports doesn't work with batch
tools
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: 24.11
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Reports
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
This is a bit of a curious case:
When creating an SQL report and it contains the column itemnumber, we activate
batch operations above the table. The itemnumber column can be renamed, using
the syntax [[itemnumber|Exemplarnummer]], which gives us the option to
translate the column name into something nicer for display.
But: if you then send to batch item edit, the items are not transmitted.
To test:
1) Create a report:
select itemnumber, itemcallnumber from items;
2) Send some items to batch item edit, verify the items are shown above the
item form
3) Update the report:
select [[itemnumber|Exemplarnummer]], itemcallnumber from items;
4) Verify the report still shows as before with the batch options available and
only the column being renamed.
5) Send some items to the batch item edit again, verify the items are NOT shown
abvoe the item form => nothing would be batch edited.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/