Ensure Facet by Star/Flag still work as expected

This commit is contained in:
Owen Stephens 2018-11-22 15:07:41 +00:00
parent 2ad0e76aca
commit 90cd3dadd0

View File

@ -636,7 +636,7 @@ DataTableView.prototype._createMenuForAllColumns = function(elmt) {
{
"name" : $.i18n('core-views/starred-rows'),
"columnName" : "",
"expression" : "row.starred"
"expression" : "row.starred.toString()"
},
{
"scroll" : false
@ -653,7 +653,7 @@ DataTableView.prototype._createMenuForAllColumns = function(elmt) {
{
"name" : $.i18n('core-views/flagged-rows'),
"columnName" : "",
"expression" : "row.flagged"
"expression" : "row.flagged.toString()"
},
{
"scroll" : false