Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting a page in management shows all Jobs from the same queue #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DC-jc
Copy link

@DC-jc DC-jc commented Jan 8, 2019

A new ManagementSidebarMenu item is created for every IJob implementation in the consumers project, even if a page with the same name already exists. Clicking on the pages in the SidebarMenu however lists all the IJob instances which are set to the same queue.

This pull request changes the routes from using the url /management/{queue} to use the the URL /management/{pagetitle}.
I've also added a check so there's only one SidebarMenu item created per distinct PageTitle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant