Fixed an issue where collapse and expand arrows mismatch in case of nested IF. Fixes #6712

This commit is contained in:
Rahul Shirsat
2021-09-09 16:04:59 +05:30
committed by Akshay Joshi
parent f874276d0f
commit 55e7e481d4
2 changed files with 42 additions and 2 deletions

View File

@@ -21,3 +21,4 @@ Housekeeping
Bug fixes
*********
| `Issue #6712 <https://redmine.postgresql.org/issues/6712>`_ - Fixed an issue where collapse and expand arrows mismatch in case of nested IF.