Browse Source

Merge pull request #908 from wangkx/gh-907

Fix gh-907 Page Not Found error when ShowQuery for a file

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 13 năm trước cách đây
mục cha
commit
645877f6b5
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      esp/eclwatch/ws_XSLT/dfu.xslt

+ 2 - 1
esp/eclwatch/ws_XSLT/dfu.xslt

@@ -110,7 +110,8 @@
             }
             function showRoxieQueries()
             {
-              document.location.href='/WsRoxieQuery/QueriesAction?Type=ListQueries&Cluster='+cluster+'&LogicalName='+filename;
+              //document.location.href='/WsRoxieQuery/QueriesAction?Type=ListQueries&Cluster='+cluster+'&LogicalName='+filename;
+              document.location.href='/WsSMC/DisabledInThisVersion?form_';
             }
             var xypos = YAHOO.util.Dom.getXY('mn' + PosId);
             if (oMenu) {