Retrieve via Context doesn't include server-only metadata

Issue #1351 resolved
Xander Victory created an issue

Apologies if this has been reported already. When using Retrieve Metadata on a non-sfdx based project, the dialog doesnt always report server only files.

Note the only difference between these screenshots is the Context vs Custom selection in the dropdown.

Package.xml is set to include all classes

<types>
    <members>*</members>
    <name>ApexClass</name>
</types>

Also happened with the module set to use ‘Subscription All/Package’

Comments (3)

  1. Scott Wells repo owner

    Yes, someone else noticed this the other day...or rather had an issue with server-only files showing up and we determined that it was an issue with Context. I'll be looking into it for one of the next few builds. I'll use this issue to track progress. Thanks for filing!

  2. Scott Wells repo owner

    Issue tracker grooming. If this is still an issue, please feel free to reopen, ideally with a concrete reproduction scenario.

  3. Log in to comment