Bug 32241 - Add page-section to list of records in batch record modificaton (tool)
Summary: Add page-section to list of records in batch record modificaton (tool)
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL: /cgi-bin/koha/tools/batch_record_modi...
Keywords:
Depends on: 30952
Blocks: 31757
  Show dependency treegraph
 
Reported: 2022-11-17 09:10 UTC by Katrin Fischer
Modified: 2023-06-08 22:32 UTC (History)
1 user (show)

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


Attachments
Bug 32241: Add page-section to list of records in batch record modificaton (tool) (9.76 KB, patch)
2022-11-17 19:16 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 32241: Add page-section to list of records in batch record modificaton (tool) (9.82 KB, patch)
2022-11-17 20:19 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2022-11-17 09:10:33 UTC
When batch editing records, the list of records still needs the page sectioning.
Comment 1 Owen Leonard 2022-11-17 19:16:54 UTC
Created attachment 144030 [details] [review]
Bug 32241: Add page-section to list of records in batch record modificaton (tool)

This patch modifies the batch record modification page template so that
the preview of submitted records is contained in a .page-section
container.

To test, apply the patch and go to Cataloging -> Batch record
modification.

Submit a batch of bibliographic record numbers and a batch of authority
record numbers. In both cases the page which previews the list of
submitted records in a table should be correctly styled.
Comment 2 Katrin Fischer 2022-11-17 20:19:05 UTC
Created attachment 144039 [details] [review]
Bug 32241: Add page-section to list of records in batch record modificaton (tool)

This patch modifies the batch record modification page template so that
the preview of submitted records is contained in a .page-section
container.

To test, apply the patch and go to Cataloging -> Batch record
modification.

Submit a batch of bibliographic record numbers and a batch of authority
record numbers. In both cases the page which previews the list of
submitted records in a table should be correctly styled.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 3 Katrin Fischer 2022-11-17 20:19:24 UTC
... doing it again.
Comment 4 Tomás Cohen Arazi 2022-11-22 19:40:41 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!