Merge branch 'bugfix/missing_error_screen' into 'develop'
add missing error screen ### Summary Fix to error hanging. Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/309
This commit is contained in:
commit
b0bc8994ee
@ -758,6 +758,9 @@
|
||||
|
||||
// Allows the view controller to handle specific errors (such as ensure it has all the required data).
|
||||
shouldContinue = [viewController shouldFinishProcessingLoad:loadObject error:&error];
|
||||
if (error) {
|
||||
error = [[MVMCoreLoadHandler sharedGlobal] attachLoadInformation:loadObject toError:error];
|
||||
}
|
||||
if (!shouldContinue) {
|
||||
viewController = nil;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user