ソースを参照

HUE-1264 [pig] Saved pig scripts should prompt for parameters

Romain Rigaux 12 年 前
コミット
d661f7b
1 ファイル変更2 行追加1 行削除
  1. 2 1
      apps/pig/static/js/pig.ko.js

+ 2 - 1
apps/pig/static/js/pig.ko.js

@@ -228,7 +228,8 @@ var PigViewModel = function (props) {
   };
   };
 
 
   self.listRunScript = function () {
   self.listRunScript = function () {
-    callRun(self.selectedScript());
+    self.currentScript(self.selectedScript());
+    self.runOrShowSubmissionModal();
   };
   };
 
 
   self.listCopyScript = function () {
   self.listCopyScript = function () {