rez_core 2.2.9 → 2.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -115,7 +115,7 @@ let FilterService = class FilterService {
|
|
|
115
115
|
});
|
|
116
116
|
}
|
|
117
117
|
const layoutPreference = await this.dataSource.query(`SELECT layout_json
|
|
118
|
-
FROM
|
|
118
|
+
FROM cr_entity_layout_pref
|
|
119
119
|
WHERE user_id = ? AND mapped_entity_type = ? AND mapped_level_id = ? AND mapped_level_type = ?`, [user_id, entity_type, level_id, level_type]);
|
|
120
120
|
console.log('found layoutPreference', layoutPreference);
|
|
121
121
|
const layout = layoutPreference?.[0]?.layout_json?.quick_tab || {};
|