Forráskód Böngészése

AMBARI-15144. Login Message: clicking on submit button of login message has not action (alexantonenko)

Alex Antonenko 9 éve
szülő
commit
03534a08dc
1 módosított fájl, 4 hozzáadás és 1 törlés
  1. 4 1
      ambari-web/app/router.js

+ 4 - 1
ambari-web/app/router.js

@@ -380,7 +380,10 @@ App.Router = Em.Router.extend({
             '<div class="modal-footer">' +
             '<button class="btn btn-success" {{action onPrimary target="view"}}>' + buttonText + '</button>'+
             '</div>'
-          )
+          ),
+          onPrimary: function() {
+            this.get('parentView').onPrimary();
+          }
         }),
 
         onPrimary: function () {