Smart Chart - transitionTo: Expected id to be a string or number, received undefined

Hey @arms,

It’s because you are missing a parameter to your transitionTo

        this.router.transitionTo(
                "project.rendering.data.collection.list.view-edit.details",
                "shift",
                "shift",
                2,
        );

I know it’s a little bit weird to have twice the collection id but they might actually be different

2 Likes