Deploy Dialog: Unable to change connection after changing context

Issue #1910 resolved
Justin Julicher created an issue

Prior to one of the latest updates I was able to change the context and then change the connection.

However, now if I change the Context I can no longer change the connection, so now I have to close the dialog to change the connection.

I set the debug settings for the metadata retrieval dialog and I only got the following:

2021-06-01 12:38:45,590 [15453131]   INFO - lij.diagnostic.DebugLogManager - Set DEBUG for the following categories: #com.illuminatedcloud.intellij.builder.IlluminatedCloudSaveAllAction, #com.illuminatedcloud.intellij.builder.ForceComBuilder, #com.illuminatedcloud.intellij.builder.ForceComBuilderUtil, #com.illuminatedcloud.intellij.builder.ForceComMetadataApiDeployer, #com.illuminatedcloud.intellij.builder.ForceComSfdxMetadataDeployer, #com.illuminatedcloud.intellij.builder.ForceComSfdxDeployer, #com.illuminatedcloud.intellij.builder.ForceComSfdxMetadataUtil, #com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer, #com.illuminatedcloud.intellij.builder.ForceComBuildFailureAnnotator, #com.illuminatedcloud.util.VariableLengthPollingInterval 
2021-06-01 12:38:55,070 [15462611]  DEBUG - tellij.builder.ForceComBuilder - Creating a metadata package for module GRE Salesforce Phase One. 
2021-06-01 12:38:55,070 [15462611]  DEBUG - tellij.builder.ForceComBuilder -   Creating a metadata package based on package.xml file manifest/package.xml. 
2021-06-01 12:39:04,557 [15472098]  DEBUG - tellij.builder.ForceComBuilder - Creating a metadata package for module GRE Salesforce Phase One. 
2021-06-01 12:39:04,557 [15472098]  DEBUG - tellij.builder.ForceComBuilder -   Creating a metadata package based on package.xml file manifest/package.xml. 
2021-06-01 12:39:10,953 [15478494]  DEBUG - tellij.builder.ForceComBuilder - Creating a metadata package for module GRE Salesforce Phase One. 
2021-06-01 12:39:10,953 [15478494]  DEBUG - tellij.builder.ForceComBuilder -   Creating a metadata package based on package.xml file manifest/package.xml. 
2021-06-01 12:39:21,280 [15488821]   INFO - j.ide.actions.RevealFileAction - Exit code 1 

First image: As it opens by itself the drop down is enabled.

Here I have changed the context and the drop down for connections is now disabled.

Comments (5)

  1. Scott Wells repo owner

    I'm unable to reproduce this. No issues changing the connection after changing to any of the context options. I wonder if it has something to do with the other issue with the source format project that was configured for a Selected subscription originally not being properly configured yet? Is this the same project? Any errors in the log when you do this?

  2. Justin Julicher reporter

    Ok you are right - this is related to the subscription issue that I had in #1907

    It could be that or that the package.xml I was using had :

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

    in it.

  3. Scott Wells repo owner

    Justin, that shouldn't be an issue. That's a valid metadata type for wildcarding. I wildcard it (and others) all the time. If you're seeing behavioral problems when it's set up that way, please provide a concrete reproducible scenario so I can investigate it.

  4. Log in to comment