Skip to content

I can't navigate to page of entity with another _id #5

Description

@psixdev

In app.js I registered route:

router.route('entities/:_id', {
	component: {
		name: 'entities/item',
		parent: 'layout',
		container: '#wrapper',
		View: EntitiesItemView
	}
});

Now I am on page /entities/1. I call this.router.navigate('/entities/2', {trigger: true});, url has changed, but page remained unchanged. New view not was loaded.

This is a bug? Or am I doing something wrong?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions