Bug 146227

Summary: ScheduledAction DTO isn't localized
Product: [Retired] Red Hat Network Reporter: Mike McCune <mmccune>
Component: RHN/R&DAssignee: Jesus M. Rodriguez <jesusr>
Status: CLOSED WONTFIX QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: RHN Devel   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-27 15:38:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 125080    

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.