Summary: | Fix delete button on staff interface's suggestion detail page | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | Needs documenting --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | fridolin.somers, lucas, phil |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
24.11.00,24.05.06
|
Circulation function: | |
Bug Depends on: | 34478 | ||
Bug Blocks: | |||
Attachments: |
Bug 37264: Fix delete button on staff interface's suggestion detail page
Bug 37264: Fix delete button on staff interface's suggestion detail page |
Description
Owen Leonard
2024-07-05 15:51:46 UTC
Created attachment 168558 [details] [review] Bug 37264: Fix delete button on staff interface's suggestion detail page This patch makes a few minor changes to the suggestion detail page in the staff interface so that the "Delete" button looks correct and works correctly. To test, apply the patch and go to Suggestions in the staff interface. - If necessary, submit a suggestion. You need at least one. - From the suggestions management page, click the title of a suggestion. - At the top of this page should be two buttons, "Edit" and "Delete." They should be styled consistently with each other. - Clicking the "Delete" button should trigger a JavaScript confirmation dialog. Confirming should result in the suggestion being deleted. Sponsored-by: Athens County Public Libraries Created attachment 168561 [details] [review] Bug 37264: Fix delete button on staff interface's suggestion detail page This patch makes a few minor changes to the suggestion detail page in the staff interface so that the "Delete" button looks correct and works correctly. To test, apply the patch and go to Suggestions in the staff interface. - If necessary, submit a suggestion. You need at least one. - From the suggestions management page, click the title of a suggestion. - At the top of this page should be two buttons, "Edit" and "Delete." They should be styled consistently with each other. - Clicking the "Delete" button should trigger a JavaScript confirmation dialog. Confirming should result in the suggestion being deleted. Sponsored-by: Athens County Public Libraries Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> Picked from QA queue to push to main. Pushed for 24.11! Well done everyone, thank you! Backported to 24.05.x for upcoming 24.05.06 Not for 23.11.x |