mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Update backend.js
This commit is contained in:
committed by
Roberto Fichera
parent
17995dbf51
commit
83499eb4ad
@@ -27,7 +27,7 @@ odoo.define('web_edit_user_filter', function (require) {
|
||||
json_facet.values = facet.get('values');
|
||||
|
||||
_.each(json_facet.values, function (value, i) {
|
||||
if (typeof value.value === 'object' && typeof value.value !== null &&
|
||||
if (typeof value.value === 'object' && value.value !== null &&
|
||||
'attrs' in value.value) {
|
||||
json_facet.values[i] = {
|
||||
attrs: value.value.attrs,
|
||||
|
||||
Reference in New Issue
Block a user