[
https://issues.apache.org/jira/browse/AMBARI-19703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15837854#comment-15837854
]
Hudson commented on AMBARI-19703:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #6542 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/6542/])
AMBARI-19703. "Add Config Property" causes JS-error (onechiporenko)
(onechiporenko:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8642a4634b230755f5c285ed340a7636abe54b8f])
* (edit) ambari-web/app/views/common/configs/service_configs_by_category_view.js
> "Add Config Property" causes JS-error
> -------------------------------------
>
> Key: AMBARI-19703
> URL: https://issues.apache.org/jira/browse/AMBARI-19703
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.5.0
> Reporter: Oleg Nechiporenko
> Assignee: Oleg Nechiporenko
> Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-19703.patch
>
>
> * Open configs for any service
> * Go to any custom category
> * Click "Add Property"
> * Select not bulk mode (name/value should be separated input-fields)
> * Set Key to "abc" and Value to "123"
> * Click "Add"
> * New config is added
> * Click "Add Property" again
> * Select not bulk mode (it should be already selected anyway)
> * Set Key to "abc"
> * Error "This property is already defined in this configuration file" is shown
> * "Find property" link is shown too
> * Click on it
> *ER* "Add Property" modal is closed and configs are filtered with "abc"
> *AR* JS-error appears and popup is not hidden
> {noformat}
> Uncaught TypeError: Cannot read property 'onClose' of null
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)