Repository: ambari Updated Branches: refs/heads/branch-2.1 9cd683d64 -> b2a83e0fa
AMBARI-13118. Add service wizard: js error on review page, that makes impossible to finish this wiz (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b2a83e0f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b2a83e0f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b2a83e0f Branch: refs/heads/branch-2.1 Commit: b2a83e0fa1d24f0e152b56a24e9448a63b643006 Parents: 484e361 Author: Alex Antonenko <[email protected]> Authored: Wed Sep 16 19:45:41 2015 +0300 Committer: Alex Antonenko <[email protected]> Committed: Wed Sep 16 19:56:40 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/utils/configs/config_property_helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b2a83e0f/ambari-web/app/utils/configs/config_property_helper.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/utils/configs/config_property_helper.js b/ambari-web/app/utils/configs/config_property_helper.js index 3133165..c2d978f 100644 --- a/ambari-web/app/utils/configs/config_property_helper.js +++ b/ambari-web/app/utils/configs/config_property_helper.js @@ -162,7 +162,7 @@ module.exports = { } break; case 'oozie_hostname': - configProperty.set('recommendedValue', masterComponentHostsInDB.filterProperty('component', 'OOZIE_SERVER').mapProperty('hostName')); + configProperty.set('recommendedValue', masterComponentHostsInDB.filterProperty('component', 'OOZIE_SERVER').mapProperty('hostName')[0]); case 'oozieserver_host': configProperty.set('value', masterComponentHostsInDB.filterProperty('component', 'OOZIE_SERVER').mapProperty('hostName')); break;
