-
Notifications
You must be signed in to change notification settings - Fork 1
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
Extension needs to be updated for New Boards Hub ⚠️ #21
Comments
Hi, Providing results of investigation.
We need to register new contribution and can do it via ".register(contributionName, contributionMethod)" method. When OWP tries to execute the code of a contribution, it tries to find the registered contribution in two ways. by full name "v-alekseia.delivery-work-item-deletion-control.myAction" When NWP tries to execute the code of a contribution, it only tries to find the contribution only in one way by full name "v-alekseia.delivery-work-item-deletion-control.myAction" Besides that, additional point - looks like it's better to use "VSS.getContributionId()" method - to get contribution name before registering.
.init() But inside "init" we have async operation tasks - initial handshake and only after initial handshake - continue initialization. So it looks like that we need to await init method before registering some contribution - to be sure that VSS inited. |
@danhellem can you help me with that issue. What values the "groupId" may have? |
Hello,
I am from the Azure Boards team. Your extension has been identified as needing to be updated so that it works properly in the New Boards hub. Right now the "Change state" is showing up twice. See my notes below on how to solve this.
The text was updated successfully, but these errors were encountered: