Bugzilla – Attachment 63384 Details for
Bug 18399
Add reasons on edit suggestion page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18399 - Reason is missing in suggestion management part
Bug-18399---Reason-is-missing-in-suggestion-manage.patch (text/plain), 1.40 KB, created by
Owen Leonard
on 2017-05-11 14:14:33 UTC
(
hide
)
Description:
Bug 18399 - Reason is missing in suggestion management part
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2017-05-11 14:14:33 UTC
Size:
1.40 KB
patch
obsolete
>From e5a78da52729d8eff12f822483952c830bcdf72c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 11 May 2017 12:43:43 +0000 >Subject: [PATCH] Bug 18399 - Reason is missing in suggestion management part > >This patch adds a form field for suggestion status "reason" to the >suggestion edit form. > >To test, edit an existing suggestion and try entering a suggestion >status explanation in the new form field. Your changes should be saved >correctly. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index 62335e8..fee91ee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -400,6 +400,10 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o > [% END %] > </select> > </li> >+ <li> >+ <label for="reason">Status explanation:</label> >+ <textarea name="reason" id="reason" cols="50" rows="2">[% reason %]</textarea> >+ </li> > [% END %] > <li><table> > <thead><tr><th> </th><th>Date</th><th>By</th></tr></thead> >-- >2.1.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 18399
:
63384
|
67608
|
67609
|
67633
|
67635
|
67832
|
67885
|
67935