Parser: ensure url parser is used by filter widget

This commit is contained in:
Mottie 2014-09-08 07:36:22 -05:00
parent 3a461d2293
commit 0531b3207b

View File

@ -1763,6 +1763,7 @@
format: function(s) { format: function(s) {
return s ? $.trim(s.replace(/(https?|ftp|file):\/\//, '')) : s; return s ? $.trim(s.replace(/(https?|ftp|file):\/\//, '')) : s;
}, },
parsed : true, // filter widget flag
type: "text" type: "text"
}); });