Summary: | Add "Save and continue" option to notice editing | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Notices | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | fridolin.somers, lisettepalouse+koha, sandboxes |
Version: | Main | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 23278 | ||
Attachments: |
Bug 18847 - Add "Save and continue" option to notice editing
Bug 18847 - Add "Save and continue" option to notice editing Bug 18847 - Add "Save and continue" option to notice editing |
Description
Owen Leonard
2017-06-22 14:47:26 UTC
Created attachment 64549 [details] [review] Bug 18847 - Add "Save and continue" option to notice editing This patch adds an option to "Save and continue editing" when editing notices. The submit button is now a split button in a floating toolbar. The secondary action of the split button is "Save and continue editing." To test, apply the patch and go to Tools -> Notices. - Open any notice for editing. Verify that the toolbar looks correct and floats as it should when sections of the form are expanded and the page scrolls. - Edit a notice and click the "Save" button. Confirm that you are redirected to the main Notices page and that your changes were saved. - Edit a notice and click the "Save and continue editing" menu item. The page should reload with your updates in place. Patch tested with a sandbox, by NickUCKohaCon17 <nicansjr@gmail.com> Created attachment 64559 [details] [review] Bug 18847 - Add "Save and continue" option to notice editing This patch adds an option to "Save and continue editing" when editing notices. The submit button is now a split button in a floating toolbar. The secondary action of the split button is "Save and continue editing." To test, apply the patch and go to Tools -> Notices. - Open any notice for editing. Verify that the toolbar looks correct and floats as it should when sections of the form are expanded and the page scrolls. - Edit a notice and click the "Save" button. Confirm that you are redirected to the main Notices page and that your changes were saved. - Edit a notice and click the "Save and continue editing" menu item. The page should reload with your updates in place. Signed-off-by: NickUCKohaCon17 <nicansjr@gmail.com> +1 - nice idea! Created attachment 65022 [details] [review] Bug 18847 - Add "Save and continue" option to notice editing This patch adds an option to "Save and continue editing" when editing notices. The submit button is now a split button in a floating toolbar. The secondary action of the split button is "Save and continue editing." To test, apply the patch and go to Tools -> Notices. - Open any notice for editing. Verify that the toolbar looks correct and floats as it should when sections of the form are expanded and the page scrolls. - Edit a notice and click the "Save" button. Confirm that you are redirected to the main Notices page and that your changes were saved. - Edit a notice and click the "Save and continue editing" menu item. The page should reload with your updates in place. Signed-off-by: NickUCKohaCon17 <nicansjr@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 17.11, thanks to everybody involved! Enhancement not pushed to 17.05.x |