RED-5397: Changed toaster color to green.
This commit is contained in:
parent
30ea9687f4
commit
88d845f937
@ -16,7 +16,7 @@ import { UserService } from '@users/user.service';
|
||||
import { ContextComponent, FilterService, getParam, INestedFilter, ProgressBarConfigModel, shareLast, Toaster } from '@iqser/common-ui';
|
||||
import { workflowFileStatusTranslations } from '@translations/file-status-translations';
|
||||
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker';
|
||||
import { firstValueFrom, Observable, of } from 'rxjs';
|
||||
import { firstValueFrom, Observable } from 'rxjs';
|
||||
import { DossierStatsService } from '@services/dossiers/dossier-stats.service';
|
||||
import { map } from 'rxjs/operators';
|
||||
import { DossiersService } from '@services/dossiers/dossiers.service';
|
||||
@ -93,7 +93,7 @@ export class DossierDetailsComponent extends ContextComponent<DossierDetailsCont
|
||||
|
||||
const ownerName = this._userService.getName(owner.id);
|
||||
const dossierName = dossier.dossierName;
|
||||
this._toaster.info(_('assignment.owner'), { params: { ownerName, dossierName } });
|
||||
this._toaster.success(_('assignment.owner'), { params: { ownerName, dossierName } });
|
||||
}
|
||||
|
||||
#calculateChartConfig(stats: DossierStats): void {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user