Bug 27338

Summary: Use current window as fallback, if no opener window available during importing record from Z39.50
Product: Koha Reporter: Josef Moravec <josef.moravec>
Component: CatalogingAssignee: Josef Moravec <josef.moravec>
Status: BLOCKED --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: black23, dcook, m.de.rooy, rbit
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 23302    
Bug Blocks:    
Attachments: Bug 27338: Use current window as fallback, if no opener window available during importing record from Z39.50
Bug 27338: Use current window as fallback, if no opener window available during importing record from Z39.50

Description Josef Moravec 2021-01-05 08:28:03 UTC

    
Comment 1 Josef Moravec 2021-01-05 08:43:46 UTC
Created attachment 114853 [details] [review]
Bug 27338: Use current window as fallback, if no opener window available during importing record from Z39.50

Test plan:
1) Apply the patch
2) Confirm there is no regression_
    2a) Go to cataloguing (basic editor)
    2b) Click on "New from Z39.50/SRU" or some dropdown variant for particular framework
    2c) Perform a search and import a record
    2f) Record is imported into editor and search window is closed
3) Open new browser tab/window and go direct to Z39.50 search url:
    /cgi-bin/koha/cataloguing/z3950_search.pl?biblionumber=&frameworkcode=BKS
4) Perform a search and import a record. It should be imported into the current tab/window
Comment 2 Michal Denar 2021-01-07 20:47:45 UTC
Created attachment 114944 [details] [review]
Bug 27338: Use current window as fallback, if no opener window available during importing record from Z39.50

Test plan:
1) Apply the patch
2) Confirm there is no regression_
    2a) Go to cataloguing (basic editor)
    2b) Click on "New from Z39.50/SRU" or some dropdown variant for particular framework
    2c) Perform a search and import a record
    2f) Record is imported into editor and search window is closed
3) Open new browser tab/window and go direct to Z39.50 search url:
    /cgi-bin/koha/cataloguing/z3950_search.pl?biblionumber=&frameworkcode=BKS
4) Perform a search and import a record. It should be imported into the current tab/window

Signed-off-by: Michal Denar <black23@gmail.com>
Comment 3 Josef Moravec 2021-01-22 08:17:25 UTC
As bug 23302 is PQA, I will rework this on top of it