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

[jira] [Created] (AMBARI-22751) JS error at Review step on Move Master wizard

Sneha Kanekar created AMBARI-22751:
--------------------------------------

             Summary: JS error at Review step on Move Master wizard
                 Key: AMBARI-22751
                 URL: https://issues.apache.org/jira/browse/AMBARI-22751
             Project: Ambari
          Issue Type: Bug
          Components: ambari-web
    Affects Versions: 3.0.0
            Reporter: Sneha Kanekar


JS error is seen at Review step while moving services from one host to another. The error message is as follows:
{code:borderStyle=solid}
Uncaught TypeError: this.get(...).someProperty is not a function
    at eval (eval at <anonymous> (app.js:194640), <anonymous>:1:22)
    at Class.<anonymous> (app.js:194640)
    at ComputedPropertyPrototype.get (vendor.js:14954)
    at get (vendor.js:13360)
    at Class._classStringForProperty (vendor.js:24661)
    at Class.<anonymous> (vendor.js:24592)
    at Array.forEach (<anonymous>)
    at forEach (vendor.js:12450)
    at Class._applyClassNameBindings (vendor.js:24559)
    at Class.applyAttributesToBuffer (vendor.js:25133)
{code}

This error occurs as this.get('mainView.columns') is undefined:
{code:borderStyle=solid}
var isFilterActive = this.get('mainView.columns').someProperty('selected');
{code} 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)