Closed dmgerow closed 4 years ago
Hello,
I converted a DX project with web components and an apex class into msapi format so that I could use this button, This is my package:
<?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <name>ApexClass</name> <members>RelatedQuotesController</members> <members>RelatedQuotesControllerTest</members> </types> <types> <name>LightningComponentBundle</name> <members>relatedQuote</members> <members>relatedQuotes</members> </types> <version>45.0</version> </Package>
When I use the button, it pulls the data from github, but nothing from the web components folder shows
When I click deploy it works, so this is not a show stopper, just something I wanted to note in case it is an easy fix!
I also have this issue too!
@dmgerow can you confirm the repo your using? Also i have now added support for SFDX formatted repos.
@afawcett it is in a private repository, but I tried again and it looks fixed now:
Hello,
I converted a DX project with web components and an apex class into msapi format so that I could use this button, This is my package:
When I use the button, it pulls the data from github, but nothing from the web components folder shows
When I click deploy it works, so this is not a show stopper, just something I wanted to note in case it is an easy fix!