Hide Forgot
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:
See also BZ 1071003