I have the following settings for Status Panel:
Enabled: set to true
Status Panel Errors: Background: 255, 204, 204
Status Panel Warnings: Background: 255, 255, 220
----
When I go to table data editor & choose to delete rows, I get the following message in the status bar:
"More than 1 row was modified. Transaction rolled back. ..." However, the color is not set to red. (See attached screenshot)
|
23 KB
|
140 KB
Added condition :
if ( error message.length < 1 )
add error status to error messages.
The issue talks about the panel color. For Table Data Editor, I dont find the Color Options as mentioned in the issue. The Status Panel coloring is for Results in the Query Window.
The fix now correctly displays the error messages in the messages tab, which I verified in 12.0.3-7
The issue talks about the panel color. For Table Data Editor, I dont find the Color Options as mentioned in the issue. The Status Panel coloring is for Results in the Query Window.
The fix now correctly displays the error messages in the messages tab, which I verified in 12.0.3-7
Issue #7865 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Added condition :
if ( error message.length < 1 )
add error status to error messages.