[Koha-bugs] [Bug 31294] Article requests: Mandatory subfields in OPAC don't show they are required

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 11 07:41:46 CEST 2022


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

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
Created attachment 139013
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139013&action=edit
Bug 31294: Show "Required" label on mandatory fields

This patch adds "Required" label on mandatory fields for Article Requests

0. Apply the patch
1. koha-plack --restart kohadev
2. Change syspref 'ArticleRequests' to 'Enable'
3. Change syspref 'ArticleRequestsMandatoryFields' to '[Select all]'
4. Go to
http://localhost:8080/cgi-bin/koha/opac-search.pl?idx=&q=test&weight_search=1
5. Click "Request article" for "Gairm"
6. Note that "Title", "Author", "Volume", "Issue", "Date", "Pages", and
"Chapters" all say required
7. Change syspref 'ArticleRequestsMandatoryFields' to 'Title' and 'Author'
8. Go to
http://localhost:8080/cgi-bin/koha/opac-request-article.pl?biblionumber=29
9. Note that only "Title" and "Author" say required

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


More information about the Koha-bugs mailing list