@tilde-nlp/ngx-common 8.1.70 → 8.1.71

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.
@@ -6357,7 +6357,7 @@ class TerminologyComponent {
6357
6357
  }
6358
6358
  selectGlossary(collection) {
6359
6359
  this.selected = collection;
6360
- if ((!collection?.mtCollection && collection !== null) && !this.system.supportsExtractedTerms) {
6360
+ if (!collection?.mtCollection && collection !== null) {
6361
6361
  if (this.terminologyService.addToEngineValidation(collection)) {
6362
6362
  this.terminologyService.updateIfNecessary(collection, this.system.systemId, true).subscribe({
6363
6363
  next: (res) => {