如果输入基本URL到仪表板,则pentaho重定向

时间:2016-05-04 09:19:56

标签: tomcat redirect pentaho pentaho-cde

我在端口8080上使用pentaho监听,如果不是管理员,我需要在登录后重定向用户特定的仪表板URL,我知道管理员条件,然后我检查了BROWSER URL是否== {{ 3}},它应该重定向,但它不起作用。

if( Dashboards.context.user == "admin" && window.location.href == "http://localhost:8080" || window.location.href == "http://localhost:8080/" )
   {
        window.location.href = "http://localhost:8080/pentaho/api/repos/:public:TM:DailyDashboard.wcdf/generatedContent";
   }

如果有人可以建议我在这里做错了什么?什么方法应该是最好的...

0 个答案:

没有答案