Bugzilla – Attachment 152561 Details for
Bug 32245
Deleting news entries from Koha's staff start page is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32245: Fix delete news item from staff home page
Bug-32245-Fix-delete-news-item-from-staff-home-pag.patch (text/plain), 1.80 KB, created by
Marcel de Rooy
on 2023-06-22 13:33:59 UTC
(
hide
)
Description:
Bug 32245: Fix delete news item from staff home page
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-06-22 13:33:59 UTC
Size:
1.80 KB
patch
obsolete
>From a80fe0eb2c28bf5a76725fd0ef5d13875991847f Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 22 Jun 2023 13:30:10 +0000 >Subject: [PATCH] Bug 32245: Fix delete news item from staff home page >Content-Type: text/plain; charset=utf-8 > >Simple fix: op was named incorrectly in URL. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index 6df7422f7f..3331778e18 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -34,7 +34,7 @@ > <p class="newsfooter"> Posted on [% koha_new.published_on | $KohaDates %][% IF( show_author && koha_new.author ) %] by <span class="newsauthor">[% INCLUDE 'patron-title.inc' patron=koha_new.author %]<br />[% END %] > [% IF ( CAN_user_tools_edit_additional_contents ) %] > <a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form&id=[% koha_new.additional_content_id | uri %]">Edit</a> >- | <a class="news_delete" href="/cgi-bin/koha/tools/additional-contents.pl?op=del&ids=[% koha_new.additional_content_id | html %]">Delete</a> >+ | <a class="news_delete" href="/cgi-bin/koha/tools/additional-contents.pl?op=delete_confirmed&ids=[% koha_new.additional_content_id | html %]">Delete</a> > | <a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form">New</a> > [% END %] > </p> >-- >2.30.2
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 32245
:
152561
|
152603