Ensure Facet by Star/Flag still work as expected
This commit is contained in:
parent
2ad0e76aca
commit
90cd3dadd0
@ -636,7 +636,7 @@ DataTableView.prototype._createMenuForAllColumns = function(elmt) {
|
|||||||
{
|
{
|
||||||
"name" : $.i18n('core-views/starred-rows'),
|
"name" : $.i18n('core-views/starred-rows'),
|
||||||
"columnName" : "",
|
"columnName" : "",
|
||||||
"expression" : "row.starred"
|
"expression" : "row.starred.toString()"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"scroll" : false
|
"scroll" : false
|
||||||
@ -653,7 +653,7 @@ DataTableView.prototype._createMenuForAllColumns = function(elmt) {
|
|||||||
{
|
{
|
||||||
"name" : $.i18n('core-views/flagged-rows'),
|
"name" : $.i18n('core-views/flagged-rows'),
|
||||||
"columnName" : "",
|
"columnName" : "",
|
||||||
"expression" : "row.flagged"
|
"expression" : "row.flagged.toString()"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"scroll" : false
|
"scroll" : false
|
||||||
|
Loading…
Reference in New Issue
Block a user