Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
-
7.2.x, 7.1.x
-
Committed
-
2
Description
Scripting console does not show error in ui.
Steps
- Navigate to Control Panel > Server Administration > Script
- Select Groovy if not already selected
- Create a script that does not compile, for example:
test
- Click "Execute"
Expected
Error is shown to the user and logged.
Actual
Error is only logged.