BUG 10703 Case labels no soporta html tags SOLVED
- The column don't render html tags - Changed the renderer function to encode special chars
This commit is contained in:
@@ -422,7 +422,7 @@ Ext.onReady ( function() {
|
||||
}
|
||||
}
|
||||
metadata.attr = 'ext:qtip="' + data + '" style="'+ style +' white-space: normal; "';
|
||||
return data;
|
||||
return Ext.util.Format.htmlEncode(data);
|
||||
};
|
||||
|
||||
function openLink(value, p, r){
|
||||
|
||||
Reference in New Issue
Block a user