[Koha-bugs] [Bug 36291] New: Scrolling glitch on ILL batches table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 11 13:17:17 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36291

            Bug ID: 36291
           Summary: Scrolling glitch on ILL batches table
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: ILL
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: tomascohen at gmail.com
                CC: pedro.amorim at ptfs-europe.com

On testing bug 36130, I found that scrolling had some glitch (at least on my
computer, Firefox on ARM64 macOS).

I used the following command to fill the DB with several batches:

```
PERL5LIB=$PERL5LIB:./lib perl fake_data.pl --how-many 100 --entity ill
for x in {1..21}; do echo "INSERT INTO illbatches (name, backend, library_id,
status_code, patron_id) VALUES ('$x', 'FreeForm', 'CPL', 'NEW', 52);"; done |
koha-mysql kohadev
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list