When no MARC modification templates are defined and you open up the page for the batch record modification, we show a hint: /cgi-bin/koha/tools/batch_record_modification.pl No MARC modification template is defined. You have to create at least one template for using this tool. It would be nice if we linked to the MARC modification tools there directly.
Created attachment 146600 [details] [review] Bug 32164: Add link to MARC modification templates from batch record modification page This patch adds a more visible link from the batch record modification page in the event that there are no MARC modification templates defined. The patch also modifies the same message on the MARC modification templates page so that the interfaces are more unified. To test you should have no MARC modification templates defined. - Apply the patch and go to Tools -> Batch record modification. - You should see a message dialog containing a button, "Create a new MARC modification template." - Clicking it should take you to the MARC modification templates page, where you'll see a similar message and a button, "Create a new template." Clicking this button should trigger a modal form, just like clicking the "New template" button in the toolbar should.
Created attachment 146640 [details] [review] Bug 32164: Add link to MARC modification templates from batch record modification page This patch adds a more visible link from the batch record modification page in the event that there are no MARC modification templates defined. The template checks that the user has permission. The patch also modifies the same message on the MARC modification templates page so that the interfaces are more unified, and tweaks the operation of the "New action" button. To test you should have no MARC modification templates defined. - Apply the patch and go to Tools -> Batch record modification. - If you're logged in as a user with permission you should see a message dialog containing a button, "Create a new MARC modification template." - Clicking it should take you to the MARC modification templates page, where you'll see a similar message and a button, "Create a new template." Clicking this button should trigger a modal form, just like clicking the "New template" button in the toolbar should. - Submit the form to create a new template. You should see message on the following page that says "New action." Clicking the button should display the entry form, and then clicking "Cancel" should hide the form and redisplay the message.
Created attachment 146979 [details] [review] Bug 32164: Add link to MARC modification templates from batch record modification page This patch adds a more visible link from the batch record modification page in the event that there are no MARC modification templates defined. The template checks that the user has permission. The patch also modifies the same message on the MARC modification templates page so that the interfaces are more unified, and tweaks the operation of the "New action" button. To test you should have no MARC modification templates defined. - Apply the patch and go to Tools -> Batch record modification. - If you're logged in as a user with permission you should see a message dialog containing a button, "Create a new MARC modification template." - Clicking it should take you to the MARC modification templates page, where you'll see a similar message and a button, "Create a new template." Clicking this button should trigger a modal form, just like clicking the "New template" button in the toolbar should. - Submit the form to create a new template. You should see message on the following page that says "New action." Clicking the button should display the entry form, and then clicking "Cancel" should hide the form and redisplay the message. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Current patch-complexity: Small patch
Created attachment 148653 [details] [review] Bug 32164: Add link to MARC modification templates from batch record modification page This patch adds a more visible link from the batch record modification page in the event that there are no MARC modification templates defined. The template checks that the user has permission. The patch also modifies the same message on the MARC modification templates page so that the interfaces are more unified, and tweaks the operation of the "New action" button. To test you should have no MARC modification templates defined. - Apply the patch and go to Tools -> Batch record modification. - If you're logged in as a user with permission you should see a message dialog containing a button, "Create a new MARC modification template." - Clicking it should take you to the MARC modification templates page, where you'll see a similar message and a button, "Create a new template." Clicking this button should trigger a modal form, just like clicking the "New template" button in the toolbar should. - Submit the form to create a new template. You should see message on the following page that says "New action." Clicking the button should display the entry form, and then clicking "Cancel" should hide the form and redisplay the message. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Pushed to master for 23.05. Nice work everyone, thanks!
Enhancement - not backporting to 22.11.x Nice work everyone!
(In reply to Jacob O'Mara from comment #6) > Enhancement - not backporting to 22.11.x > > Nice work everyone! Jacob, it looks like you did backport this one? https://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=6ce18a8cdb62f279cbfb73bc4f6a46bfd8acc20d
No screenshot to update.