Bug 146227 - ScheduledAction DTO isn't localized
Summary: ScheduledAction DTO isn't localized
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Network
Classification: Retired
Component: RHN/R&D
Version: RHN Devel
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jesus M. Rodriguez
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks: rhnMilestone1
TreeView+ depends on / blocked
 
Reported: 2005-01-26 04:43 UTC by Mike McCune
Modified: 2007-04-18 17:18 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-01-27 15:38:25 UTC
Embargoed:


Attachments (Terms of Use)

Description Mike McCune 2005-01-26 04:43:46 UTC
tisk tisk tisk :-) :

    /** Status of Queued Action */
    private static final String QUEUED = "Queued";
    /** Status of an Action which was picked up to executed. */
    private static final String PICKED_UP = "Picked Up";
    /** Status of a completed Action */
    private static final String COMPLETED = "Completed";
    /** Status of an Action which did not complete */
    private static final String FAILED = "Failed";

Comment 1 Jesus M. Rodriguez 2005-01-27 15:38:25 UTC
It is my opinion that these strings do NOT have to be localized. They
are statuses that come from the ACTION_STATUS column.  They are used
to get a count of the different types of a actions.

They are not intended to be shown to the user or logged.  If they were
localized, then the database table would also have to be localized.

I'm going to close this bug as WONTFIX.


Note You need to log in before you can comment on or make changes to this bug.