Bug 15979

Summary: Use Font Awesome icons subscription deletion confirmation dialog
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: brendan, testopia
Version: master   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=X&op=del
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 15785    
Bug Blocks:    
Attachments: Bug 15979 - Use Font Awesome icons subscription deletion confirmation dialog
Bug 15979 - Use Font Awesome icons subscription deletion confirmation dialog
Bug 15979 - Use Font Awesome icons subscription deletion confirmation dialog

Description Owen Leonard 2016-03-04 16:16:22 UTC
If you try to delete a subscription which has not expired or which has linked issues or items you are presented with a confirmation dialog. This dialog should use Font Awesome icons.
Comment 1 Owen Leonard 2016-03-04 16:22:03 UTC Comment hidden (obsolete)
Comment 2 Nicole C. Engard 2016-03-08 20:33:53 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2016-03-09 11:01:34 UTC
Created attachment 48841 [details] [review]
Bug 15979 - Use Font Awesome icons subscription deletion confirmation dialog

When deleting a subscription which has not expired or which has linked
issues or items, a dialog asks for confirmation. This patch updates the
dialog to use Font Awesome icons.

Other minor change: Corrected capitalization in dialog heading.

To test, apply the patch and go to Serials.

- Locate a subscription which can be deleted and which has not expired,
  has linked items, or has linked issues.
- View the detail page for that subscription.
- Choose "Delete subscription" from the "Edit" menu.
- Verify that the confirmation dialog is correctly styled.
- Verify that the "No, don't delete" button works correctly.
- Verify that the "Yes, delete" button deletes the subscription.

Signed-off-by: Nicole C Engard <nengard@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 4 Brendan Gallagher 2016-03-09 16:00:56 UTC
Pushed to Master - Should be in the May 2016 release.  Thanks!