Fix syntax error when changing the event type for the existing rule. It is a regression of #5115.

Fixes #5215
This commit is contained in:
Aditya Toshniwal
2020-02-24 18:11:31 +05:30
committed by Akshay Joshi
parent 9bad590e9e
commit fd07e0c868
7 changed files with 65 additions and 13 deletions
+2 -1
View File
@@ -29,4 +29,5 @@ Bug fixes
| `Issue #5077 <https://redmine.postgresql.org/issues/5077>`_ - Changed background pattern for geometry viewer to use #fff for all themes.
| `Issue #5107 <https://redmine.postgresql.org/issues/5107>`_ - Set proper focus on tab navigation for file manager dialog.
| `Issue #5115 <https://redmine.postgresql.org/issues/5115>`_ - Fix an issue where command and statements were parsed incorrectly for Rules.
| `Issue #5184 <https://redmine.postgresql.org/issues/5184>`_ - Fixed Firefox monospaced issue by updating the font to the latest version.
| `Issue #5184 <https://redmine.postgresql.org/issues/5184>`_ - Fixed Firefox monospaced issue by updating the font to the latest version.
| `Issue #5215 <https://redmine.postgresql.org/issues/5215>`_ - Fix syntax error when changing the event type for the existing rule.