Bug 28785: Adjust check_cookie_auth calls
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 29 Jul 2021 09:16:40 +0000 (11:16 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 18 Oct 2021 09:28:41 +0000 (11:28 +0200)
commit4390b7be0440749aba111cd27de343a9c86d9564
tree7d8f983fd5307d4286436bc3630c87bed7ac825d
parent6545259bbf8a8683ade45c65aa57a00a8981fbae
Bug 28785: Adjust check_cookie_auth calls

The previous patch makes check_cookie_auth return the session instead of
$sessionID, so we are adjusting the different calls to prevent
confusion.
However they are mainly used to check the authentication status and
don't care about this second variable.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
46 files changed:
Koha/REST/V1/Auth.pm
admin/import_export_framework.pl
authorities/merge_ajax.pl
authorities/ysearch.pl
cataloguing/merge_ajax.pl
cataloguing/ysearch.pl
circ/ysearch.pl
offline_circ/service.pl
opac/opac-patron-image.pl
opac/opac-ratings-ajax.pl
opac/opac-tags.pl
opac/svc/checkout_notes
opac/svc/club/cancel_enrollment
opac/svc/club/enroll
plugins/plugins-enable.pl
serials/create-numberpattern.pl
serials/subscription-frequency.pl
serials/subscription-numberpattern.pl
svc/article_request
svc/authorised_values
svc/barcode
svc/cataloguing/automatic_linker.pl
svc/checkin
svc/checkout_notes
svc/checkouts
svc/club/cancel_enrollment
svc/club/delete
svc/club/enroll
svc/club/template/delete
svc/cover_images
svc/creator_batches
svc/hold/resume
svc/hold/suspend
svc/holds
svc/mana/increment
svc/mana/search
svc/mana/share
svc/mana/use
svc/members/add_to_list
svc/problem_reports
svc/renew
svc/return_claims
tags/review.pl
tools/background-job-progress.pl
tools/batch_records_ajax.pl
tools/upload-file.pl