-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 7.0.X, 7.1.X, Master
-
Fix Version/s: None
-
Component/s: Portal Configuration > Server Administration
-
Labels:
-
Fix Priority:4
Summary
Only the result of Groovy's Script execution is displayed in the UI, all other languages are displayed in the Console
This should be consistent as not every developer will know to check the output of the Application Server to see the script execution, as Groovy script results are displayed in the UI.
Steps to Reproduce
- Navigate to Control Panel -> Configuration -> Server Administration -> Script
- Execute the sample Groovy script in Groovy
- Assert that the output is displayed under the script text area
- Change the language to Ruby
- Type puts 'Hello, world!' in the script text area, then execute.
- Assert that the sample is not on the UI, but in the app server console
- Change the language to Python
- Type print("Hello, World!") then execute
- Assert that the sample is not on the UI, but in the app server console
Actual Results
Only Groovy scripts outputs are printed in the UI.
Expected Behavior
All of the other scripts outputs are printed in the UI.
Reproduced in
7.1.X Private Commit: d22a0085ba3d894122231249743a701b82c87a79