[
https://issues.apache.org/jira/browse/AMBARI-8711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14246724#comment-14246724
]
Hadoop QA commented on AMBARI-8711:
-----------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12687240/AMBARI-8711.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-admin.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/932//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/932//console
This message is automatically generated.
> Admin View: default config value not being set/shown
> ----------------------------------------------------
>
> Key: AMBARI-8711
> URL: https://issues.apache.org/jira/browse/AMBARI-8711
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.0.0
> Reporter: Oleg Nechiporenko
> Assignee: Oleg Nechiporenko
> Priority: Critical
> Fix For: 2.0.0
>
> Attachments: AMBARI-8711.patch, default-value.tiff
>
>
> Using the attached view, the default value is not coming thru to the UI.
> The value shows in the view def from the API:
> {code}
> "parameters" : [
> {
> "name" : "name.description",
> "description" : "Name and description",
> "label" : null,
> "placeholder" : null,
> "defaultValue" : null,
> "required" : true,
> "masked" : false
> },
> {
> "name" : "name.label.description",
> "description" : "Name, label and description",
> "label" : "NameLabelDesc",
> "placeholder" : null,
> "defaultValue" : null,
> "required" : true,
> "masked" : false
> },
> {
> "name" : "name.label.descr.default",
> "description" : "Name, label, description and default",
> "label" : "NameLabelDescDefault",
> "placeholder" : null,
> "defaultValue" : "thedefaultvalue",
> "required" : true,
> "masked" : false
> },
> {
> "name" : "name.label.descr.default.place",
> "description" : "Name, label, description, default and placeholder",
> "label" : "NameLabelDescDefaultPlace",
> "placeholder" : "this is placeholder text but you should see default",
> "defaultValue" : "youshouldseethisdefault",
> "required" : true,
> "masked" : false
> },
> {
> "name" : "name.label.descr.place",
> "description" : "Name, label, description and placeholder",
> "label" : "NameLabelDescPlace",
> "placeholder" : "this is some placeholder text",
> "defaultValue" : null,
> "required" : true,
> "masked" : false
> },
> {
> "name" : "name.descr.place",
> "description" : "Name, description and placeholder",
> "label" : null,
> "placeholder" : "this is the placeholder name.descr.place text",
> "defaultValue" : null,
> "required" : true,
> "masked" : false
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)