Bug 14957: (QA follow-up) Clarify 'context' param
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 26 Mar 2021 19:48:24 +0000 (16:48 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 26 Oct 2021 14:46:02 +0000 (16:46 +0200)
commit27f3d0af638f3c047468d28b70a4ccc65c1f7da7
treed3fada46adcd77b55ba8dc4fb0d79797b6ebca85
parent702af7ac6860d5ffad05736542228d7d94430dd6
Bug 14957: (QA follow-up) Clarify 'context' param

This patch renames the (passed through) 'context' param for
'overlay_context'. I propose doing so, because in Koha-land 'context'
has a special meaning, related to C4::Context and it reads ambigous.

The patch itself is pretty trivial.

Tests should pass:
1. Run:
   $ kshell
  k$ prove t/db_dependent/Biblio/MarcOverlayRules.t
=> SUCCESS: Tests pass
2. Apply this patch
3. Repeat 1
=> SUCCESS: Tests still pass!
4. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Bug 14957: (follow-up) Clarify 'context' param

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Biblio.pm
C4/ImportBatch.pm
Koha/BackgroundJob/BatchUpdateBiblio.pm
cataloguing/addbiblio.pl
misc/migration_tools/bulkmarcimport.pl
misc/migration_tools/import_lexile.pl
t/db_dependent/Biblio/MarcOverlayRules.t
tools/batch_record_modification.pl