Koha/koha-tmpl/intranet-tmpl/prog/en/includes
Tomas Cohen Arazi 02db36b95c Bug 29083: Update article requests-related Koha::Patron methods to use relationships
This patch makes Koha::Patron->article_requests use the underlying DBIC
relationship and _new_from_dbic instead of a plain search. It also
refactors 'article_requests_current' and 'article_requests_finished' to
use ->article_requests, as well as the new methods introduced by bug
29082 for filtering.

No behavior change should take place.

To test:
1. Apply the unit tests patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Patron.t \
           t/db_dependent/ArticleRequests.t
=> SUCCESS: Tests pass!
3. Apply this patch
4. Repeat 2
=> SUCCESS: Tests pass!
5. Sign off :-D

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

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

Bug 29083: Unit tests

This patch adds missing tests for Koha::Patron->article_requests and
moves (and extends) tests for 'article_requests_current' and
'article_requests_finished' that were originally in ArticleRequests.t
into Koha/Patron.t as we now do.

To test:
1. Apply this patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/ArticleRequests.t \
           t/db_dependent/Koha/Patron.t
=> SUCCESS: Tests pass!

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

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

Bug 29083: (QA follow-up) Remove unused param

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

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

Bug 29083: Fix OPAC listing of article requests

This patch makes the OPAC template reuse a precalculated value for the
active article requests for the patron (and its count).

The original code relied on the methods returning a list, which is not
the case for _new_from_dbic until bug 28883 is pushed.

This patch fixes that.

Note: there was an odd behavior when ArticleRequests was enabled but no
active article requests were present: the tab wasn't rendered but the
'empty table' with the 'You have no article requests currently.' message
was displayed below the Checkouts tab. I'm not sure that was caused by
this patches, or other. Fixed on this patch.

To test:
1. In the OPAC, go to 'your summary'
=> FAIL: Things don't show for article requests
2. Add some article requests and repeat 1
=> FAIL: Something's wrong there
3. Apply this patch and repeat 1
=> Yes! Things show correctly!
4. Cancel all your article requests
=> SUCCESS: Things render as they should
5. Re-enter the 'your summary' page (to force re-rendering)
=> SUCCESS: Things render correctly for empty article requests
6. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

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

Bug 29083: Remove article_requests_finished and article_requests_current

This patch removes those methods that are not really needed. Templates
are adjusted to use the expected combination of
->article_requests->filter_by_current.

To test:
1. Apply this patch
2. Visit a patron with article requests
=> SUCCESS: All works
3. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Patron.t
=> SUCCESS: Tests pass, less tests.
4. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-10-07 10:54:59 +02:00
..
background_jobs Bug 23678: Include file for batch_hold_cancel 2021-10-01 16:09:20 +02:00
catalogue Bug 27486: Rename system preference delimiter to CSVDelimiter 2021-01-29 09:03:45 +01:00
csv_headers Bug 16486: Display the timestamp when an accountline is updated 2021-05-06 15:52:41 +02:00
mana Bug 26703: (follow-up) Reverse title for mana report search results 2021-04-21 11:16:35 +02:00
modals Bug 29030: Make authorized value and description fields required 2021-09-29 12:47:33 +02:00
str Bug 26949: Upgrade TinyMCE in the staff interface from 5.0.16 to 5.9.2 2021-10-05 10:58:13 +02:00
virtualshelves/merge
about-team.inc Bug 28442: Fix 'accessibility_advocate' for current release 2021-05-27 14:12:24 +02:00
accounts.inc Bug 22435: Update accountline-details page to show all history 2021-08-04 14:06:43 +02:00
acquisitions-add-to-basket.inc
acquisitions-menu.inc Bug 27498: (follow-up) Update to display logic 2021-06-21 14:01:51 +02:00
acquisitions-search.inc Bug 28508: Use "Invoice number" instead of "Invoice no" on the invoice search filter 2021-06-21 14:01:51 +02:00
acquisitions-toolbar.inc
additional-fields-display.inc
additional-fields-entry.inc
admin-items-search-field-form.inc
admin-menu.inc Bug 28733: Correct position of desks link in admin menu 2021-07-30 16:07:38 +02:00
adv-search.inc Bug 25954: Replace paragraph tags with labels in header search forms 2021-01-04 14:06:27 +01:00
auth-finder-search.inc Bug 26533: Fix 'is exactly' search for authorities 2021-04-21 10:51:29 +02:00
authorities-search-results.inc Bug 12533: Improve authority search result display 2020-11-04 12:59:33 +01:00
authorities-search.inc Bug 28475: Fix searching all headings 2021-05-28 08:29:38 +02:00
authorities-toolbar.inc Bug 28542: Move new authority from Z39.50/SRU to a button 2021-06-21 10:10:01 +02:00
authorities.inc
authorities_js.inc Bug 26606: Correctly URI-encode query string in URL loaded after deleting an authority record 2020-10-26 00:16:14 +01:00
av-build-dropbox.inc
biblio-title-head.inc
biblio-title.inc Bug 23852: Merge biblio-title.inc and biblio-default-view.inc 2020-10-08 15:01:29 +02:00
biblio-view-menu.inc
blocked-fines.inc Bug 27811: Hide payment buttons if not enough permission 2021-04-30 17:07:31 +02:00
blocking_errors.inc Bug 10921: Prevent an order from a closed basket to be edited 2020-09-18 11:49:29 +02:00
borrower_debarments.inc Bug 28937: Use Flatpickr on circulation and patron pages 2021-09-29 12:47:33 +02:00
branch-selector.inc
budget_planning.inc
budgets-active-currency.inc Bug 25744: replace <b> with <strong> in the staff interface 2020-09-18 11:08:35 +02:00
budgets-admin-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
budgets-admin-toolbar.inc
calendar.inc Bug 28949: Use Flatpickr on reports pages 2021-10-05 10:58:13 +02:00
cat-menu.inc
cat-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
cat-toolbar.inc Bug 27985: Add option to send a record to batch modification from details page 2021-07-12 15:47:34 +02:00
catalog-strings.inc Bug 26441: Move translatable strings out of catalog-strings.inc into catalog.js 2020-09-29 14:28:18 +02:00
cataloging-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
catalogue-search-box.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
cateditor-ui.inc Bug 26964: Newly created macros should be selected in the Advanced editor 2021-03-08 15:15:52 +01:00
cateditor-widgets-marc21.inc Bug 27739: Advanced editor should use DefaultCountryField008 preference 2021-04-16 12:28:17 +02:00
category-out-of-age-limit.inc
chart.inc
checkin-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
checkouts-table-footer.inc Bug 19351: Add items.copynumber to the checkouts table 2020-11-04 12:59:34 +01:00
checkouts-table.inc Bug 28271: Preselect the current item lost value 2021-06-21 10:50:09 +02:00
circ-menu.inc Bug 27811: Hide the Accounting tab if needed 2021-04-30 17:07:31 +02:00
circ-nav.inc
circ-patron-search-results.inc Bug 10902: (follow-up) Account for singleBranchMode 2021-08-16 11:55:56 +02:00
circ-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
cities-admin-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
clubs-table.inc
columns_settings.inc Bug 28055: (follow-up) Revert changes to aoColumnDefs option name 2021-04-14 09:56:22 +02:00
contracts-admin-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
country-list.inc
currencies-admin-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
datatables.inc
date-format.inc
delimiter_text.inc Bug 27486: Rename system preference delimiter to CSVDelimiter 2021-01-29 09:03:45 +01:00
desks-admin-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
doc-head-close-receipt.inc
doc-head-close.inc Bug 28091: Only show for logged in users 2021-05-12 17:39:36 +02:00
doc-head-open.inc
empty_line.inc
facets.inc Revert "Bug 26860: facets.inc refactor availability facet" 2021-08-16 12:24:58 +02:00
filter-orders.inc Bug 28942: Use Flatpickr on acquisitions pages 2021-10-05 10:58:13 +02:00
form-blocks.inc
format_price.inc
greybox.inc
guided-reports-view.inc Bug 28454: Add Koha version number to database schema link in reports 2021-09-29 12:47:33 +02:00
header.inc Bug 27699: Add register information to responsive staff interface header menu 2021-03-09 15:05:26 +01:00
holds_table.inc Bug 23678: Allow cancel holds in bulk 2021-10-01 16:02:58 +02:00
home-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
html_helpers.inc Bug 24665: (QA follow-up) Fix selection default 2020-11-06 15:55:17 +01:00
i18n.inc Bug 26816: Chomp whitespace around i18n strings 2020-11-02 11:03:09 +01:00
ill-availability-table.inc
ill-list-table-strings.inc
ill-list-table.inc
ill-toolbar.inc
installer-doc-head-close.inc
installer-intranet-bottom.inc
installer-strings.inc
intranet-bottom.inc
intranetstylesheet.inc
js-date-format.inc
js_includes.inc Bug 10902: (follow-up) Account for singleBranchMode 2021-08-16 11:55:56 +02:00
keyboard_shortcuts.inc
labels-toolbar.inc
langmenu-staff-top.inc Bug 20168: Update of the OPAC bootstrap template to bootstrap v4 2020-09-09 14:13:03 +02:00
last-borrower.inc
letters-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
member-alt-address-style.inc Bug 28392: make streettype and B_streettype work with BorrowerUnwantedField 2021-09-09 10:59:38 +02:00
member-alt-contact-style.inc Bug 27232: Add missing space between : and </label> in member-alt-contact-style.inc 2021-04-21 10:51:29 +02:00
member-display-address-style.inc Bug 21794: (QA follow-up) Separate city and country with a comma 2021-09-09 10:59:38 +02:00
member-display-alt-address-style.inc Bug 21794: (QA follow-up) Separate city and country with a comma 2021-09-09 10:59:38 +02:00
member-main-address-style.inc Bug 28392: make streettype and B_streettype work with BorrowerUnwantedField 2021-09-09 10:59:38 +02:00
members-toolbar.inc Bug 28759: limit accessibility for "Manage API keys" 2021-09-30 09:19:02 +02:00
merge-record.inc
messaging-preference-form.inc Bug 13613: (follow-up) Add tooltip when disabled 2021-05-11 15:09:19 +02:00
noadd-warnings.inc
onboarding_messages.inc
page-numbers.inc
password_check.inc Bug 23816: Fix patron edition 2020-09-10 09:57:53 +02:00
patron-age.inc Bug 27717: Display date of birth even if the patron is under 1 2021-03-05 13:38:58 +01:00
patron-article-requests.inc Bug 29083: Update article requests-related Koha::Patron methods to use relationships 2021-10-07 10:54:59 +02:00
patron-return-claims.inc
patron-search-box.inc Bug 25954: Replace paragraph tags with labels in header search forms 2021-01-04 14:06:27 +01:00
patron-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
patron-title.inc
patron-toolbar.inc
patron_messages.inc Bug 28073: Patron modifications should auto-open panel for referring patron record 2021-07-26 12:46:32 +02:00
patroncards-errors.inc
patroncards-toolbar.inc
patronfields.inc Bug 28438: Capitalization: Various corrections 2021-09-28 15:12:45 +02:00
patrons-admin-search.inc Bug 25954: Prevent two elements with id="description" in the DOM 2021-01-04 15:14:26 +01:00
permissions.inc Bug 24387: Rename "News" with "Additional contents" 2021-08-16 11:55:55 +02:00
popup-bottom.inc
pos-menu.inc Bug 27583: Proposed terminology changes 2021-07-26 12:46:32 +02:00
prefs-admin-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
prefs-menu.inc Bug 28438: Capitalization: Various corrections 2021-09-28 15:12:45 +02:00
relatives-issues-table.inc Bug 28047: Standardize: Call number, callnumber, Call no. etc. 2021-04-06 15:56:31 +02:00
renew_results.inc
renew_strings.inc
reports-menu.inc
reports-toolbar.inc
resort_form.inc
rotating-collections-toolbar.inc
search_indexes.inc Bug 25954: Replace paragraph tags with labels in header search forms 2021-01-04 14:06:27 +01:00
select2.inc
serials-menu.inc Bug 28719: Change somes links in the serials page to avoid them leading to nothing 2021-08-16 09:56:37 +02:00
serials-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
serials-toolbar.inc
slip-print.inc Bug 27282: fix all occurrences 2021-04-21 10:51:29 +02:00
stockrotation-toolbar.inc
subscriptions-search.inc
subtypes_unimarc.inc
suggestions-add-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
timepicker.inc
tools-item-action.inc Bug 26336: Add hint before and remove select after staging with no items 2020-12-04 15:40:58 +01:00
tools-menu.inc Bug 24387: Rename "News" with "Additional contents" 2021-08-16 11:55:55 +02:00
tools-nomatch-action.inc
tools-overlay-action.inc
transaction_types.inc Bug 27796: (QA follow-up) Missing filters 2021-04-16 12:28:17 +02:00
transfer_reasons.inc Bug 22569: (QA follow-up) Make 'reason' translatable 2021-03-11 11:51:40 +01:00
validator-strings.inc
vendor-menu.inc
virtualshelves-toolbar.inc
waiting_holds.inc Bug 23678: Allow cancel holds in bulk 2021-10-01 16:02:58 +02:00
wysiwyg-systempreferences.inc Bug 26949: Upgrade TinyMCE in the staff interface from 5.0.16 to 5.9.2 2021-10-05 10:58:13 +02:00
xslt-handler.inc
z3950-admin-search.inc Bug 28356: Consolidate catalogue search box code 2021-09-21 20:22:57 +02:00
z3950_search.inc Bug 26291: Move translatable strings out of z3950_search.inc into z3950_search.js 2020-09-29 14:28:19 +02:00