You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Oleg Nechiporenko (JIRA)" <ji...@apache.org> on 2016/05/10 09:14:12 UTC

[jira] [Created] (AMBARI-16421) JS error on ASW step4 after page refresh

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)