forcedotcom / try-acb-feedback

BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Name of Exchange asset not showing when !include-ing in editor #5

Closed weesvisje closed 1 year ago

weesvisje commented 1 year ago

<!— This repo is for feedback on Anypoint Code Builder during open Beta, please limit your issues to those associated with Anypoint Code Builder. Please let us know if you encounter any issues both creating or launching the web IDEs along with issues implementing your use cases.

This is not a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, please use official support channels. -->

Describe the bug When including an imported asset from Exchange, you only see an identifier, not the name of the asset

To Reproduce Steps to reproduce the behavior:

  1. type !include
  2. press ctrl space
  3. select Exchange Modules
  4. press ctrl space
  5. you only see an identifier (see screen shot)

Expected behavior See a list of named imported Exchange assets

Impact Select from

Frequency Select from

Screenshots/Recordings If applicable, add screenshots or recordings to help explain your problem. They really help! Screenshot 2023-01-31 at 09 57 55

Please complete the following information:

Additional context Add any other context about the problem here.

marinarv commented 1 year ago

Hello @weesvisje. Currently this is a default behaviour on the API Editor. The path to the dependency is built with the GAV, because that is how is stored in the exchange_modules folder. The !include should point to the exact path where the dependency is stored. We can't do much here it is working as expected.

simoneegeib commented 1 year ago

Closing this issue as it is working as expected. Please open a new issue if you have further questions

simoneegeib commented 1 year ago

Closing this issue as it is working as expected. Please open a new issue if you have further questions