Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences
Katrin Fischer 1410c32dab Bug 10907: Optionally show the staff member's name who managed a suggestion in OPAC
The name of a staff member who managed a suggestion is shown in the
the OPAC if the new system preference OpacSuggestionManagedBy is set to
'Show'. This is also the default.

If the preference is set to 'Don't show' the staff members name
is not displayed and the column 'Managed by' in the table of
suggestions in the patron account is not displayed.

To test:
- Create a one or more suggestions
- 'Manage' them by accecpting or rejecting
- Go to your patron account and check that the staff member name is
  shown for your suggestions
- Apply patch, run database update
- Check the name is still shown
- Switch the preference to 'Don't show'
- Check the name is no longer shown and the table still displays
  correctly, but without the 'Managed by' column
- Repeat those tests for both bootstrap and prog theme!

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

Works as advertised, the only little nitpick is you could just do
[% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]

However you are following the custom in that file already, so that's
fine

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
2014-01-23 18:23:25 +00:00
..
acquisitions.pref Bug 11237: Update explanation for pref AcqItemSetSubfieldsWhenReceived 2014-01-17 15:13:57 +00:00
admin.pref
authorities.pref
cataloguing.pref Bug 8230: Display acquisition details on the catalogue detail page 2013-12-13 23:22:05 +00:00
circulation.pref Bug 11415: Add syspref to toggle SCO receipt printing 2014-01-23 17:03:58 +00:00
creators.pref
enhanced_content.pref Bug 10320 - Integrate OverDrive search into OPAC 2013-09-08 07:00:40 +00:00
i18n_l10n.pref
local_use.pref
logs.pref
opac.pref Bug 10907: Optionally show the staff member's name who managed a suggestion in OPAC 2014-01-23 18:23:25 +00:00
patrons.pref
searching.pref
serials.pref
staff_client.pref Bug 9044: Provide item selection in record detail page (staff client) 2013-10-31 05:29:35 +00:00
web_services.pref