-
Notifications
You must be signed in to change notification settings - Fork 27
Distribution transition error #2448
Copy link
Copy link
Open
Description
router.transitionTo distribution after a new inquiry to a new service has been created, throws an error from
ember-caluma/packages/form/addon/lib/navigation.js
Lines 440 to 445 in 88cc66d
| _transitionToNextItem() { | |
| this.router.replaceWith({ | |
| queryParams: { displayedForm: this.nextItem?.slug ?? "" }, | |
| }); | |
| } | |
| } |
The error thrown:
Error: Assertion Failed: The route cases.detail.distribution.distribution-engine.[object Object] was not foundThe query param object at that time
{displayedForm: "inquiry"}
The replaceWith looks a little weird anyways, shouldnt it have a route name? https://api.emberjs.com/ember/4.12/classes/RouterService/methods/replaceWith?anchor=replaceWith
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels