Bugzilla – Attachment 46431 Details for
Bug 15519
Warns when creating a basket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15519: Warns when creating a basket
Bug-15519-Warns-when-creating-a-basket.patch (text/plain), 1.67 KB, created by
Marc Véron
on 2016-01-08 14:03:42 UTC
(
hide
)
Description:
Bug 15519: Warns when creating a basket
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-01-08 14:03:42 UTC
Size:
1.67 KB
patch
obsolete
>From 2f52e06c689037a2c6e44c17e2b2125bf4c48724 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Thu, 7 Jan 2016 21:39:33 +0000 >Subject: [PATCH] Bug 15519: Warns when creating a basket >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >1) Reproduce warn following steps above >2) Apply patch >3) Create a new basket and click Save. Do not add any items >4) Notice warn is gone >5) Click 'Delete this basket' and confirm that the validation message reads: "Are you sure you want to delete this basket?" Click cancel. >6) Add an order to the basket, then click 'Delete this basket'. Confirm the validation message gives more information and more delete options. > >Followed test plan, works as expected. >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 06dc0c5..3b3e1b1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -183,7 +183,7 @@ > <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">Ã</button> > <h3>Confirm deletion</h3> > </div> >- [% UNLESS book_foot_loop.size > 0 %] >+ [% UNLESS book_foot_loop %] > <div class="modal-body"> > <p>Are you sure you want to delete this basket?</p> > </div> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15519
:
46407
|
46431
|
46488