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

Nick Clemens (kidclamp) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #183289|0                           |1
        is obsolete|                            |
 Attachment #183290|0                           |1
        is obsolete|                            |
 Attachment #183291|0                           |1
        is obsolete|                            |

--- Comment #20 from Nick Clemens (kidclamp) <[email protected]> ---
Created attachment 185039
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185039&action=edit
Bug 40026: Edit item metadata should present Standard form if
AutoILLBackendPriority is in use

When the AutoILLBackendPriority system preference is enabled, the form that was
used is always the Standard form, regardless of which backend the request ends
up on.
It only makes sense that when editing an ILL request's item metadata, the form
shown is also the Standard form if AutoILLBackendPriority is in use.

Test plan, k-t-d, don't apply patch:
1) Enable ILLModule
2) Install an external backend, e.g. the libkey lending tool (IncDocs) backend
plugin:
  
https://github.com/openfifth/koha-ill-libkey-lending-tool/releases/tag/v2.0.3
3) Restart plack
   $ koha-plack --restart kohadev
4) Create a new IncDocs ILL request:
   <staff_url>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=IncDocs
5) Add a DOI '123', a cardnumber '42' and any library. Click 'Make request'.
6) Enable AutoILLBackendPriority system preference by ticking 'IncDocs'. This
is only done now to simplify the test plan, as creating an 'IncDocs' request
using AutoILLBackendPriority requires credentials configuration.
7) Back on the 'Manage request' page for the request created in step 5, click
'Edit item metadata'. Notice the form shown is not the 'Standard' form (its the
IncDocs one). Edit any of the metadata values, click 'Save'. Verify the new
metadata is saved correctly.
8) Apply patch. Repeat 7). Notice the form shown is the 'Standard' form  now.
Edit any of the metadata values, click "Save". Verify the new medata is saved
correctly.

Signed-off-by: David Nind <[email protected]>
Signed-off-by: Nick Clemens <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to