rez_core 6.5.34 → 6.5.35

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez_core",
3
- "version": "6.5.34",
3
+ "version": "6.5.35",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -77,7 +77,7 @@ export class MenuRepository extends Repository<MenuData> {
77
77
  'sso_module',
78
78
  'module',
79
79
  `
80
- menu.module_code = module.module_code
80
+ menu.module_id = module.id
81
81
  AND menu.app_id = module.app_id
82
82
  AND menu.level_type = module.level_type
83
83
  `,