Oleg Nechiporenko created AMBARI-16421:
------------------------------------------
Summary: JS error on ASW step4 after page refresh
Key: AMBARI-16421
URL: https://issues.apache.org/jira/browse/AMBARI-16421
Project: Ambari
Issue Type: Bug
Components: ambari-web
Affects Versions: 2.4.0
Reporter: Oleg Nechiporenko
Assignee: Oleg Nechiporenko
Priority: Critical
Fix For: 2.4.0
* Open ASW
* Proceed to the step4
* Do page refresh
JS error appears:
{{Uncaught TypeError: Cannot read property 'filterProperty' of null}}
Source:
{code:javascript}
var selectedServices =
this.get('content.services').filterProperty('isSelected',
true).filterProperty('isInstalled', false).mapProperty('serviceName');
{code}
File:
{{ambari/ambari-web/app/controllers/main/service/add_controller.js}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)