Bugzilla – Attachment 50994 Details for
Bug 16384
When canceling 'edit basket', return to basket summary if you came from there
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16384: Fix cancel link for 'Edit basket'
Bug-16384-Fix-cancel-link-for-Edit-basket.patch (text/plain), 1.77 KB, created by
Marc Véron
on 2016-04-29 13:49:52 UTC
(
hide
)
Description:
Bug 16384: Fix cancel link for 'Edit basket'
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-04-29 13:49:52 UTC
Size:
1.77 KB
patch
obsolete
>From 29fdbc18bc23e0d63192d020e93cdeca8f2a2476 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Fri, 29 Apr 2016 02:53:43 +0200 >Subject: [PATCH] Bug 16384: Fix cancel link for 'Edit basket' >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >When you edit the basket from the basket summary page, >saving the change brings you back to the basket summary >page, but cancelling brings you to the baskets page of >the vendor. > >To test: >- Add a basket in acq > - Test cancel link returns to baskets page of vendor >- Add a basket and save >- Edit this basket > - Test cancel link now returns to basket summary page > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt >index cc06ae3..a1bfa2a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt >@@ -127,7 +127,11 @@ > <fieldset class="action"> > <input type="hidden" name="op" value="add_validate" /> > <input type="submit" value="Save" /> >- <a class="cancel" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">Cancel</a> >+ [% IF ( basketno ) %] >+ <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Cancel</a> >+ [% ELSE %] >+ <a class="cancel" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">Cancel</a> >+ [% END %] > </fieldset> > </form> > [% END %] >-- >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 16384
:
50975
|
50994
|
51091