[BACKLOG-47897] Table input step UI is displaying an incorrect db con…#10328
[BACKLOG-47897] Table input step UI is displaying an incorrect db con…#10328pdesai16 wants to merge 1 commit intopentaho:masterfrom
Conversation
…nection name, if the connection it uses is deleted - Updated the TableInputDialog to not select the first DB connection in dropdown if the connection being used was deleted
|
Describing the bug in the commit message is not great. Better to describe the change in this commit. |
|
|
||
| // Connection line | ||
| wConnection = addConnectionLine( shell, wStepname, middle, margin ); | ||
| if ( input.getDatabaseMeta() == null && transMeta.nrDatabases() == 1 ) { |
There was a problem hiding this comment.
There are a number of other dialogs that have this exact same logic. Are we going to fix those as well? or make the behavior inconsistent?
This comment has been minimized.
This comment has been minimized.
|
📦 Vulnerable Dependencies✍️ Summary
🔬 Research DetailsDescription: Note:Frogbot also supports Contextual Analysis, Secret Detection, IaC and SAST Vulnerabilities Scanning. This features are included as part of the JFrog Advanced Security package, which isn't enabled on your system. |
❌ Build failed in 58mBuild command: mvn clean verify -B -e -Daudit -Djs.no.sandbox -pl ui👌 All tests passed! Tests run: 366, Failures: 0, Skipped: 0 Test Results ℹ️ This is an automatic message |

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage (3.00% Estimated after merge)

…nection name, if the connection it uses is deleted