@veloceapps/sdk 6.0.0-16 → 6.0.0-18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3097,7 +3097,7 @@
|
|
3097
3097
|
}
|
3098
3098
|
var queryParams = route.queryParams;
|
3099
3099
|
return this.quoteDraftService.init(headerId, queryParams).pipe(rxjs.switchMap(function () { return _this.calculate$(); }), rxjs.tap(function () {
|
3100
|
-
if (!_this.quoteDraftService.isStandalone) {
|
3100
|
+
if (!_this.quoteDraftService.isStandalone && queryParams.suppressInitialNavigation !== 'true') {
|
3101
3101
|
if (_this.accountHasNotAssets()) {
|
3102
3102
|
_this.changeNavigation('/empty', route);
|
3103
3103
|
}
|