[angular-16-irish-monitor | DONE | CHANGED] hide shema enhancements message for irish case

This commit is contained in:
argirok 2024-01-08 14:29:54 +02:00
parent 010709202b
commit 0f52dcbdca
1 changed files with 1 additions and 1 deletions

View File

@ -1195,7 +1195,7 @@ export class IndicatorsComponent extends IndicatorStakeholderBaseComponent imple
}
private checkForSchemaEnhancements(url: string) {
this.showCheckForSchemaEnhancements = this.isAdministrator && url && !this.properties.useOldStatisticsSchema && this.indicatorUtils.checkForSchemaEnhancements(url);
this.showCheckForSchemaEnhancements = this.isAdministrator && url && !this.properties.useOldStatisticsSchema && this.indicatorUtils.checkForSchemaEnhancements(url) && this.properties.adminToolsPortalType != 'irish';
}
migrateFromOldImportJsonFile(charts) {