[
https://issues.apache.org/jira/browse/AMBARI-16421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Nechiporenko updated AMBARI-16421:
---------------------------------------
Attachment: AMBARI-16421.patch
> 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
>
> Attachments: AMBARI-16421.patch
>
>
> * 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)