Bugzilla – Attachment 19355 Details for
Bug 10519
Suggestions: 'Organize by' and correct display of tab descriptions broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 10519 - Suggestions: 'Organize by' and correct display of tab descriptions broken - Change "Unknown" to authorised value
SIGNED-OFF-Bug-10519---Suggestions-Organize-by-and.patch (text/plain), 1.26 KB, created by
Katrin Fischer
on 2013-07-03 06:44:27 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 10519 - Suggestions: 'Organize by' and correct display of tab descriptions broken - Change "Unknown" to authorised value
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-07-03 06:44:27 UTC
Size:
1.26 KB
patch
obsolete
>From fa6dda96dd762ae04f216295a3046978487288c9 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 2 Jul 2013 09:33:59 -0400 >Subject: [PATCH] [SIGNED OFF] Bug 10519 - Suggestions: 'Organize by' and > correct display of tab descriptions broken - Change > "Unknown" to authorised value > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Small patch, dealing with the display when no description for >the authorized value is found. >--- > suggestion/suggestion.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl >index 6a32a48..6d8350f 100755 >--- a/suggestion/suggestion.pl >+++ b/suggestion/suggestion.pl >@@ -59,7 +59,7 @@ sub Init{ > sub GetCriteriumDesc{ > my ($criteriumvalue,$displayby)=@_; > unless ( grep { /$criteriumvalue/ } qw(ASKED ACCEPTED REJECTED CHECKED ORDERED AVAILABLE) ) { >- return GetAuthorisedValueByCode('SUGGEST_STATUS', $criteriumvalue ) || "Unknown"; >+ return GetAuthorisedValueByCode('SUGGEST_STATUS', $criteriumvalue ) || $criteriumvalue; > } > return ($criteriumvalue eq 'ASKED'?"Pending":ucfirst(lc( $criteriumvalue))) if ($displayby =~/status/i); > return (GetBranchName($criteriumvalue)) if ($displayby =~/branchcode/); >-- >1.7.9.5
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 10519
:
19300
|
19327
|
19340
|
19341
|
19355
|
19356
|
19364
|
28763
|
28850
|
28851
|
28852
|
29598
|
29599
|
29686