Explorar o código

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

Alex Antonenko %!s(int64=9) %!d(string=hai) anos
pai
achega
03534a08dc
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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 () {