Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref
Aleisha Amohia 23a2cd5214 Bug 17465: NumSavedReports syspref
To test:
1) Apply patch and update database
2) Go to system preferences. Default value should be 20 reports.
3) Go to Reports -> Use saved. Confirm 20 results are showing
4) Change value in syspref to any integer (i.e. 50)
5) Go back to Reports -> Use saved. Confirm the number of results shown
is based on the value in the syspref.

Sponsored-by: Catalyst IT

Followed test plan, works as expected.
Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2017-05-09 21:17:53 +00:00

40 lines
1.4 KiB
Text

Tools:
Batch item:
-
- Process up to
- pref: MaxItemsToProcessForBatchMod
class: integer
- items in a single item modification batch.
-
- Display up to
- pref: MaxItemsToDisplayForBatchDel
class: integer
- items in a single item deletion batch.
Patron cards:
-
- Limit the number of creator images stored in the database to
- pref: ImageLimit
class: Integer
- images.
News:
-
- "Show the author for news items:"
- pref: NewsAuthorDisplay
choices:
none: "Not at all"
opac: "OPAC only"
staff: "Staff client only"
both: "Both OPAC and staff client"
-
Upload:
-
- Automatically delete temporary uploads older than
- pref: UploadPurgeTemporaryFilesDays
class: integer
- "days in cleanup_database cron job. NOTE: If you leave this field empty, the cron job will not delete any files. On the other hand a value of 0 means: delete all temporary files."
Reports:
-
- By default, show
- pref: NumSavedReports
class: integer
- reports on the Saved Reports page.