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

remove special case publishing of extension point implementation metadata: dx/excshell/1 #579

Open
shazron opened this issue Sep 28, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@shazron
Copy link
Member

shazron commented Sep 28, 2022

With the release of the Template Registry API integration, we still have this special-case for the dx/excshell/1 extension that could not be resolved:

if (payload.endpoints['dx/excshell/1'] && payload.endpoints['dx/excshell/1'].view) {
const metadata = await buildExcShellViewExtensionMetadata(libConsoleCLI, aioConfig)
payload.endpoints['dx/excshell/1'].view[0].metadata = metadata
}

It is expected that cli plugin hooks (upcoming feature) will help with this.

@shazron shazron added the bug Something isn't working label Sep 28, 2022
@aiojbot
Copy link
Collaborator

aiojbot commented Sep 28, 2022

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-1803

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants