rez_core 4.0.41 → 4.0.42

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.
@@ -172,8 +172,8 @@ let FilterService = class FilterService {
172
172
  (
173
173
  e.level_type = 'ORG'
174
174
  AND e.level_id = ?
175
- AND e.template_code NOT IN (
176
- SELECT sub.template_code
175
+ AND e.code NOT IN (
176
+ SELECT sub.code
177
177
  FROM ${templateTable} AS sub
178
178
  WHERE sub.level_type = 'SCH' AND sub.level_id = ?
179
179
  )