Set default error message in install component

This commit is contained in:
Clemente Raposo 2025-01-17 11:25:22 +00:00 committed by c.raposo
parent 946229bb6e
commit 2113418b6b

View file

@ -88,7 +88,11 @@ export class InstallAction extends InstallViewActionHandler {
this.asyncActionService.run(
actionName,
asyncData
asyncData,
null,
{
errorMessageLabel: 'An error occurred while installing SuiteCRM. Please check the \'/logs/install.log\'.'
}
).pipe(take(1)).subscribe((process: Process) => {
if(process.data.statusCode === 3) {