rez_core 2.2.9 → 2.2.11
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.
package/package.json
CHANGED
|
@@ -195,7 +195,7 @@ export class FilterService {
|
|
|
195
195
|
// layout preference query
|
|
196
196
|
const layoutPreference = await this.dataSource.query(
|
|
197
197
|
`SELECT layout_json
|
|
198
|
-
FROM
|
|
198
|
+
FROM cr_entity_layout_pref
|
|
199
199
|
WHERE user_id = ? AND mapped_entity_type = ? AND mapped_level_id = ? AND mapped_level_type = ?`,
|
|
200
200
|
[user_id, entity_type, level_id, level_type],
|
|
201
201
|
);
|