Titles on link to dashboard not showing up
git-svn-id: svn://10.0.0.236/trunk@253990 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
35b4420964
commit
093404cea9
@ -332,11 +332,15 @@ Ext.onReady(function(){
|
||||
var qs = r.get('query').split('::>');
|
||||
i = 0;
|
||||
for (i in qs){
|
||||
if(typeof rs[i] == 'function'){
|
||||
if(typeof qs[i] == 'function'){
|
||||
continue;
|
||||
}
|
||||
var p = searchToJson(qs[i]);
|
||||
var t;
|
||||
typeof p.qname == 'object' ? t = p.qname[0] : t = p.qname;
|
||||
|
||||
var newPortlet = new Ext.ux.Portlet({
|
||||
title: r.get('name') + ' ' + i,
|
||||
title: t || '',
|
||||
id: r.get('name') + i,
|
||||
closable: true,
|
||||
autoScroll: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user