Report folder not being added to package.xml

Issue #661 resolved
Kamil Szyc created an issue

Consider the following scenario: I create a new report 'My Opportunities' in a folder 'John's Reports'. I want to have this reflected in my package.xml, so I select the report, right click on it and go to Illuminated Cloud > Add to Metadata Subscription. The file now contains:

<types>
    <members>John_s_Reports/My_Opportunities</members>
    <name>Report</name>
</types>

however, it should also have a separate entry for the folder:

<types>
    <members>John_s_Reports/</members>
    <members>John_s_Reports/My_Opportunities</members>
    <name>Report</name>
</types>

Comments (4)

  1. Scott Wells repo owner

    Kamil, I've been unable to reproduce this issue. Here's the behavior I see:

    Issue661.gif

    Please let me know if you're doing something different than I'm doing. If not, I may need to instrument with additional debug logging to see why the folder is being omitted for you and not for me.

  2. Scott Wells repo owner

    Still unable to reproduce this. Please reopen if you still have the problem and/or have a reproducible example.

  3. Log in to comment