Bug 19414

Summary: Move the location of the 'Import this batch into the catalog' button
Product: Koha Reporter: Dilan Johnpullé <dilan>
Component: MARC Bibliographic record staging/importAssignee: Dilan Johnpullé <dilan>
Status: CLOSED FIXED QA Contact: Nick Clemens <nick>
Severity: trivial    
Priority: P5 - low CC: katrin.fischer, nick
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: Sponsored Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 19414 - Move the location of the 'Import this batch into the catalog' button
Bug 19414 - Move the location of the 'Import this batch into the catalog' button
Bug 19414 - Move the location of the 'Import this batch into the catalog' button

Description Dilan Johnpullé 2017-10-05 05:46:28 UTC
Logically reading the Manage staged MARC records page, the 'Import this batch into the catalog' button is above the dropdown selector for which framework to use.

This poses a problem if a user clicks the button before selecting which framework they want to import the batch as because it will be imported using the default framework otherwise.

The patch attached will move the button below the dropdown selector so as make everything appear in a more logical order.
Comment 1 Dilan Johnpullé 2017-10-05 06:06:54 UTC
Created attachment 67628 [details] [review]
Bug 19414 - Move the location of the 'Import this batch into the catalog' button

Moves the location of the button in question to be below the framework selector

Test plan:
1. Go to Tools -> Stage MARC records for import
2. Upload a .mrc file and stage it for import
3. Click Manage staged records
4. Note that the import button appears above the framework selector
5. Apply patch
6. Refresh the window
7. Notice that the button has now moved to below the framework selector

Sponsored-By: CALYX information essentials
Comment 2 Katrin Fischer 2017-10-07 12:51:59 UTC
Created attachment 67789 [details] [review]
Bug 19414 - Move the location of the 'Import this batch into the catalog' button

Moves the location of the button in question to be below the framework selector

Test plan:
1. Go to Tools -> Stage MARC records for import
2. Upload a .mrc file and stage it for import
3. Click Manage staged records
4. Note that the import button appears above the framework selector
5. Apply patch
6. Refresh the window
7. Notice that the button has now moved to below the framework selector

Sponsored-By: CALYX information essentials

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 3 Katrin Fischer 2017-10-07 12:52:14 UTC
Thx for your first patch, Dilan!
Comment 4 Nick Clemens 2017-10-10 23:32:38 UTC
Created attachment 67916 [details] [review]
Bug 19414 - Move the location of the 'Import this batch into the catalog' button

Moves the location of the button in question to be below the framework selector

Test plan:
1. Go to Tools -> Stage MARC records for import
2. Upload a .mrc file and stage it for import
3. Click Manage staged records
4. Note that the import button appears above the framework selector
5. Apply patch
6. Refresh the window
7. Notice that the button has now moved to below the framework selector

Sponsored-By: CALYX information essentials

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Comment 5 Jonathan Druart 2017-10-11 16:54:50 UTC
Pushed to master for 17.11, thanks to everybody involved!