RED-8075: fixed conflicting pop-up messages.
This commit is contained in:
parent
2d9efbeeb6
commit
e80e6b9431
@ -61,7 +61,10 @@ export class EditDossierDictionaryComponent implements OnInit {
|
||||
false,
|
||||
this.activeEntryType,
|
||||
);
|
||||
|
||||
} catch (error) {
|
||||
return { success: false };
|
||||
}
|
||||
try {
|
||||
await this.#updateDossierDictionary();
|
||||
return { success: true };
|
||||
} catch (error) {
|
||||
|
||||
@ -125,6 +125,7 @@ export class DictionaryService extends EntitiesService<IDictionary, Dictionary>
|
||||
} else {
|
||||
this._toaster.error(_('dictionary-overview.error.generic'));
|
||||
}
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user