Bug 1033808

Summary: Server plugin configuration display does not display units
Product: [Other] RHQ Project Reporter: Elias Ross <genman>
Component: Core UIAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.9CC: hrupp
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Elias Ross 2013-11-23 01:58:43 UTC
Description of problem:

I have a server plugin with a configuration key that takes an integer value, which are units of time. In one case I use days, in another hours. The control value does not display what are the units, though they are defined in the plugin.

Version-Release number of selected component (if applicable): 4.9


How reproducible:

Always

Steps to Reproduce:
1. Create a plugin with a configuration such as:
    <serverplugin:plugin-configuration>
        <c:simple-property units="days" type="integer" default="30" name="expiration" required="true"
    </serverplugin:plugin-configuration>
2.
3.

Actual results:

Do not see units.

Expected results:

Units.

Additional info:

Comment 1 Elias Ross 2014-03-04 20:08:59 UTC
See also BZ 1071003