mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
Set default error message in install component
This commit is contained in:
parent
946229bb6e
commit
2113418b6b
1 changed files with 5 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue