Bug 11667 - Hardcoded "Unknown" in suggestions management
Summary: Hardcoded "Unknown" in suggestions management
Status: RESOLVED DUPLICATE of bug 10519
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-03 06:10 UTC by paxed
Modified: 2014-02-03 07:17 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paxed 2014-02-03 06:10:29 UTC
If the suggestion status is not in SUGGEST_STATUS authorized values, the UI will show a tab with the untranslatable, hard-coded, text "Unknown":

suggestion/suggestion.pl:        return GetAuthorisedValueByCode('SUGGEST_STATUS', $criteriumvalue ) || "Unknown";
Comment 1 Katrin Fischer 2014-02-03 07:17:48 UTC
I think this is a duplicate to a bug I filed and tried to solve a while ago - still have to find time to get back to it or at least split it up for a partial fix.

*** This bug has been marked as a duplicate of bug 10519 ***