Summary: | Add a syspref to hide the 'rows per page' dropdown when running a report | ||
---|---|---|---|
Product: | Koha | Reporter: | Aleisha Amohia <aleisha> |
Component: | Reports | Assignee: | Jasmine Amohia <jasmineamohia.student> |
Status: | Failed QA --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | jasmineamohia.student, paul, pierre-marc.thibault |
Version: | unspecified | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 22145: Created syspref to hide/show 'rows per page' from reports print layout
Fixed patch |
Description
Aleisha Amohia
2019-01-16 20:27:58 UTC
Created attachment 84086 [details] [review] Bug 22145: Created syspref to hide/show 'rows per page' from reports print layout Test Plan: 1. Update the database 2. Find reportRowsPerPage syspref and confirm it is set to Show by default 3. In another tab, make a new report to run or run an existing report 4. Confirm that rows per page dropdown shows 5. Change syspref to Don't show 6. Refresh report tab and confirm that rows per page dropdown doesn't show. I followed the test plan and all seemed to work, but when I checked the QA test, it failed :
<<<<<
FAIL installer/data/mysql/sysprefs.sql
OK git manipulation
FAIL semicolon
simicolon found instead of comma at line 483
OK sysprefs_order
OK koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
OK filters
OK forbidden patterns
OK git manipulation
OK spelling
OK tt_valid
OK valid_template
>>>>>
Therefore, I set the Failed QA status until.
Created attachment 92837 [details] [review] Fixed patch Changed the problematic semicolon to a comma |