improvement: Some improvements done. some bugs fixed.
This commit is contained in:
@@ -74,7 +74,7 @@ export class ProsthesisCatalogService implements OnModuleInit {
|
||||
}
|
||||
|
||||
async list(localeInput?: string | null): Promise<ProsthesisTypeCatalogEntry[]> {
|
||||
this.ensureLoaded();
|
||||
await this.refresh();
|
||||
const locale = normalizeCatalogLocale(localeInput);
|
||||
const codes = [...this.byCode.keys()];
|
||||
const labels = await this.catalogLabels.resolveLabels(
|
||||
|
||||
Reference in New Issue
Block a user