Bug 20833 - Better copy/paste for system preferences
Summary: Better copy/paste for system preferences
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement with 10 votes (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-29 14:01 UTC by Barton Chittenden
Modified: 2020-09-25 12:49 UTC (History)
5 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barton Chittenden 2018-05-29 14:01:43 UTC
Sometimes it is useful to be able to copy and paste system preferences as text rather than screenshot -- the nature of the system preferences screen makes this very difficult to do, because often the most important text is the system preference values, which are either in a text box or labels in a drop down.

For instance the system preference 'AcqCreateItem' has the text

Create an item when [*] This is only the default behavior, and can be changed per-basket.

Where [*] is a drop down containing one of the values.

 - placing an order.
 - receiving an order.
 - cataloging the record.

A simple copy and paste of the 'Value' box gives

"Create an item when  This is only the default behavior, and can be changed per-basket."; there's no way to copy the values in the drop down.

I would be nice to have a 'copy to clipboard' button that would copy the 'preference' and 'value' fields. For instance if AcqCreateItem was set to 'placing an order', the following text would be placed in the copy/paste buffer:

AcqCreateItem: Create an item when [placing an order.] This is only the default behavior, and can be changed per-basket.

If multiple system preferences show up in the 'Preference' field, they would be comma separated, e.g.

LocalHoldsPriority, LocalHoldsPriorityPatronControl, LocalHoldsPriorityItemControl: [Don't give] priority for filling holds to patrons whose [pickup library] matches the item's [holding library]