Jenny made SVN Revision 43757 which causes this bug. Put breakpoint at QueryPanel : Line 4487
<visualanalytics:#1658> MongoJS Query Analyzer
|
123 KB
|
45 KB
|
37 KB
|
33 KB
|
39 KB
![]() |
8 KB
|
86 KB
For MongoJS, the Parse, Execute Current, and Execute Edit buttons are not available in the toolbar. The code was using isShowing() to determine if the button was available. When the toolbar is hidden, isShowing() is always false.
Fixed the code to check if it is MongoJS instead.
The behaviors described in Ivan's comments are correct.
The behaviors described in Ivan's comments are correct.
Tested in Windows box and with 17.0.1-3, the SQL query is executed successfully. Tested in SQL Server, Sybase, MongoDB. Also verified the 4 cases with MongoJS as Ivan had commented.
Fixed in 17.0.1-3
Tested in Windows box and with 17.0.1-3, the SQL query is executed successfully. Tested in SQL Server, Sybase, MongoDB. Also verified the 4 cases with MongoJS as Ivan had commented.
Fixed in 17.0.1-3
Issue #14254 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 17.0.1-3 |
No time estimate |
For MongoJS, the Parse, Execute Current, and Execute Edit buttons are not available in the toolbar. The code was using isShowing() to determine if the button was available. When the toolbar is hidden, isShowing() is always false.
Fixed the code to check if it is MongoJS instead.