Bug 19265 - Advanced Editor - Rancor - Add ability to export selected records from and import records into an import batch
Summary: Advanced Editor - Rancor - Add ability to export selected records from and im...
Status: BLOCKED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Cori Lynn Arnold
QA Contact: Testopia
URL:
Keywords:
Depends on: 18823
Blocks: 19266
  Show dependency treegraph
 
Reported: 2017-09-06 17:44 UTC by Nick Clemens
Modified: 2019-04-10 23:50 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 19265: Rancor - Add export of selected records, edit button to manage imports (7.47 KB, patch)
2017-09-06 17:57 UTC, Nick Clemens
Details | Diff | Splinter Review
Bug 19265: Rancor - import records into existing batch (6.44 KB, patch)
2017-09-06 17:57 UTC, Nick Clemens
Details | Diff | Splinter Review
Bug 19265: Rancor - Fix sorting issue on manage batch page (1.02 KB, patch)
2017-09-06 17:57 UTC, Nick Clemens
Details | Diff | Splinter Review
Bug 19265: Rancor - Add export of selected records, edit button to manage imports (10.00 KB, patch)
2018-07-24 17:36 UTC, Nick Clemens
Details | Diff | Splinter Review
Bug 19265: Rancor - import records into existing batch (6.39 KB, patch)
2018-07-24 17:36 UTC, Nick Clemens
Details | Diff | Splinter Review
Bug 19265: Rancor - Fix sorting issue on manage batch page (1.02 KB, patch)
2018-07-24 17:36 UTC, Nick Clemens
Details | Diff | Splinter Review
Bug 19265: Fix rebase issues (move js to footer) (14.83 KB, patch)
2018-07-24 17:36 UTC, Nick Clemens
Details | Diff | Splinter Review
Bug 19265: Rancor - Add export of selected records, edit button to manage imports (9.95 KB, patch)
2018-10-22 21:25 UTC, Cori Lynn Arnold
Details | Diff | Splinter Review
Bug 19265: Rancor - import records into existing batch (6.46 KB, patch)
2018-10-22 21:25 UTC, Cori Lynn Arnold
Details | Diff | Splinter Review
Bug 19265: Rancor - Fix sorting issue on manage batch page (1.02 KB, patch)
2018-10-22 21:26 UTC, Cori Lynn Arnold
Details | Diff | Splinter Review
Bug 19265: Fix rebase issues (move js to footer) (13.39 KB, patch)
2018-10-22 21:26 UTC, Cori Lynn Arnold
Details | Diff | Splinter Review
Bug 19265: Rancor - Add export of selected records, edit button to manage imports (11.70 KB, patch)
2019-02-20 16:08 UTC, Alex Arnaud
Details | Diff | Splinter Review
Bug 19265: Rancor - import records into existing batch (6.50 KB, patch)
2019-02-20 16:08 UTC, Alex Arnaud
Details | Diff | Splinter Review
Bug 19265: Rancor - Fix sorting issue on manage batch page (1.08 KB, patch)
2019-02-20 16:08 UTC, Alex Arnaud
Details | Diff | Splinter Review
Bug 19265: Fix rebase issues (move js to footer) (8.36 KB, patch)
2019-02-20 16:08 UTC, Alex Arnaud
Details | Diff | Splinter Review
Bug 19265: Rancor - Add export of selected records, edit button to manage imports (11.75 KB, patch)
2019-02-20 16:15 UTC, Alex Arnaud
Details | Diff | Splinter Review
Bug 19265: Rancor - import records into existing batch (6.55 KB, patch)
2019-02-20 16:15 UTC, Alex Arnaud
Details | Diff | Splinter Review
Bug 19265: Rancor - Fix sorting issue on manage batch page (1.13 KB, patch)
2019-02-20 16:15 UTC, Alex Arnaud
Details | Diff | Splinter Review
Bug 19265: Fix rebase issues (move js to footer) (8.41 KB, patch)
2019-02-20 16:15 UTC, Alex Arnaud
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens 2017-09-06 17:44:46 UTC

    
Comment 1 Nick Clemens 2017-09-06 17:57:52 UTC
Created attachment 66898 [details] [review]
Bug 19265: Rancor - Add export of selected records, edit button to manage imports

To test:
1 - Open a batch of staged records
2 - Note the new toolbar
3 - Select some records and export
4 - Verify previous functionality works as expected
Comment 2 Nick Clemens 2017-09-06 17:57:55 UTC
Created attachment 66899 [details] [review]
Bug 19265: Rancor - import records into existing batch

To test:
1 - Manage some staged records
2 - Note that there is now an 'Import additional records' button
3 - Click it
4 - You sould be able to import as usual, but note the target batch is
specified
5 - Complete the import
6 - Verify all previous functionality works
Comment 3 Nick Clemens 2017-09-06 17:57:57 UTC
Created attachment 66900 [details] [review]
Bug 19265: Rancor - Fix sorting issue on manage batch page

Adjust for extra column

To test:
1 - Manage a stage batch
2 - Note records are correctly sorted by id
Comment 4 Nick Clemens 2018-07-24 17:36:44 UTC
Created attachment 77245 [details] [review]
Bug 19265: Rancor - Add export of selected records, edit button to manage imports

To test:
1 - Open a batch of staged records
2 - Note the new toolbar
3 - Select some records and export
4 - Verify previous functionality works as expected
Comment 5 Nick Clemens 2018-07-24 17:36:47 UTC
Created attachment 77246 [details] [review]
Bug 19265: Rancor - import records into existing batch

To test:
1 - Manage some staged records
2 - Note that there is now an 'Import additional records' button
3 - Click it
4 - You sould be able to import as usual, but note the target batch is
specified
5 - Complete the import
6 - Verify all previous functionality works
Comment 6 Nick Clemens 2018-07-24 17:36:50 UTC
Created attachment 77247 [details] [review]
Bug 19265: Rancor - Fix sorting issue on manage batch page

Adjust for extra column

To test:
1 - Manage a stage batch
2 - Note records are correctly sorted by id
Comment 7 Nick Clemens 2018-07-24 17:36:53 UTC
Created attachment 77248 [details] [review]
Bug 19265: Fix rebase issues (move js to footer)
Comment 8 Cori Lynn Arnold 2018-10-16 13:55:32 UTC
Current patches do not apply. Needs update.
Comment 9 Cori Lynn Arnold 2018-10-22 21:25:55 UTC
Created attachment 80993 [details] [review]
Bug 19265: Rancor - Add export of selected records, edit button to manage imports

To test:
1 - Open a batch of staged records
2 - Note the new toolbar
3 - Select some records and export
4 - Verify previous functionality works as expected
Comment 10 Cori Lynn Arnold 2018-10-22 21:25:59 UTC
Created attachment 80994 [details] [review]
Bug 19265: Rancor - import records into existing batch

To test:
1 - Manage some staged records
2 - Note that there is now an 'Import additional records' button
3 - Click it
4 - You sould be able to import as usual, but note the target batch is
specified
5 - Complete the import
6 - Verify all previous functionality works
Comment 11 Cori Lynn Arnold 2018-10-22 21:26:03 UTC
Created attachment 80995 [details] [review]
Bug 19265: Rancor - Fix sorting issue on manage batch page

Adjust for extra column

To test:
1 - Manage a stage batch
2 - Note records are correctly sorted by id
Comment 12 Cori Lynn Arnold 2018-10-22 21:26:06 UTC
Created attachment 80996 [details] [review]
Bug 19265: Fix rebase issues (move js to footer)
Comment 13 Cori Lynn Arnold 2018-10-22 21:27:42 UTC
rebased.
Comment 14 Alex Arnaud 2019-02-20 16:08:01 UTC
Created attachment 85372 [details] [review]
Bug 19265: Rancor - Add export of selected records, edit button to manage imports

To test:
1 - Open a batch of staged records
2 - Note the new toolbar
3 - Select some records and export
4 - Verify previous functionality works as expected

Rebased-on: 2019-02-20 - Alex Arnaud <alex.arnaud@biblibre.com>
Comment 15 Alex Arnaud 2019-02-20 16:08:06 UTC
Created attachment 85373 [details] [review]
Bug 19265: Rancor - import records into existing batch

To test:
1 - Manage some staged records
2 - Note that there is now an 'Import additional records' button
3 - Click it
4 - You sould be able to import as usual, but note the target batch is
specified
5 - Complete the import
6 - Verify all previous functionality works

Rebased-on: 2019-02-20 - Alex Arnaud <alex.arnaud@biblibre.com>
Comment 16 Alex Arnaud 2019-02-20 16:08:11 UTC
Created attachment 85374 [details] [review]
Bug 19265: Rancor - Fix sorting issue on manage batch page

Adjust for extra column

To test:
1 - Manage a stage batch
2 - Note records are correctly sorted by id

Rebased-on: 2019-02-20 - Alex Arnaud <alex.arnaud@biblibre.com>
Comment 17 Alex Arnaud 2019-02-20 16:08:16 UTC
Created attachment 85375 [details] [review]
Bug 19265: Fix rebase issues (move js to footer)

Rebased-on: 2019-02-20 - Alex Arnaud <alex.arnaud@biblibre.com>
Comment 18 Alex Arnaud 2019-02-20 16:15:27 UTC
Created attachment 85380 [details] [review]
Bug 19265: Rancor - Add export of selected records, edit button to manage imports

To test:
1 - Open a batch of staged records
2 - Note the new toolbar
3 - Select some records and export
4 - Verify previous functionality works as expected

Rebased-on: 2019-02-20 - Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Comment 19 Alex Arnaud 2019-02-20 16:15:31 UTC
Created attachment 85381 [details] [review]
Bug 19265: Rancor - import records into existing batch

To test:
1 - Manage some staged records
2 - Note that there is now an 'Import additional records' button
3 - Click it
4 - You sould be able to import as usual, but note the target batch is
specified
5 - Complete the import
6 - Verify all previous functionality works

Rebased-on: 2019-02-20 - Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Comment 20 Alex Arnaud 2019-02-20 16:15:34 UTC
Created attachment 85382 [details] [review]
Bug 19265: Rancor - Fix sorting issue on manage batch page

Adjust for extra column

To test:
1 - Manage a stage batch
2 - Note records are correctly sorted by id

Rebased-on: 2019-02-20 - Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Comment 21 Alex Arnaud 2019-02-20 16:15:38 UTC
Created attachment 85383 [details] [review]
Bug 19265: Fix rebase issues (move js to footer)

Rebased-on: 2019-02-20 - Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Comment 22 Josef Moravec 2019-02-27 11:54:44 UTC
Blocked by failed QA bug 18823, was Signed off
Comment 23 Katrin Fischer 2019-04-10 23:50:11 UTC
We need to work out bug 18823 first, blocked for now.