You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a contribution that fulfills the following:
"type": "ms.vss-work-web.backlog-panel", "targets": ["ms.vss-work-web.requirement-backlog-toolpane"]
in that contribution, add a button that calls an async event handler when clicked
in the event handler method, use getService to obtain an IHostNavigationService service
with that IHostNavigationService instance, call the getPageRoute() method.
Click the button and review the rout information provided
Now, select a different backlog level, in the default basic process, switch from "Epics" to "Issues", or switch to another defined backlog level if you are using a different process template.
Click the button and review the rout information provided
Notice that this second click of the button AFTER you changed to another backlog level does NOT show the correct backlog Level
Further investigation suggests this is not an issue with either the API, or the SDK. It would seem that the rpcMessage result contains invalid information and the rpcMessage results presumably come from the host container.
I am unsure where this issue should actually be directed.
Create a contribution that fulfills the following:
"type": "ms.vss-work-web.backlog-panel", "targets": ["ms.vss-work-web.requirement-backlog-toolpane"]
in that contribution, add a button that calls an async event handler when clicked
in the event handler method, use getService to obtain an IHostNavigationService service
with that IHostNavigationService instance, call the getPageRoute() method.
Click the button and review the rout information provided
Now, select a different backlog level, in the default basic process, switch from "Epics" to "Issues", or switch to another defined backlog level if you are using a different process template.
Click the button and review the rout information provided
Notice that this second click of the button AFTER you changed to another backlog level does NOT show the correct backlog Level
The text was updated successfully, but these errors were encountered: