Fixed string index out of range error where the dependent tab is in focus and selecting any publication or table. Fixes #6292

This commit is contained in:
Akshay Joshi
2021-03-09 18:43:04 +05:30
parent 0f62fecca2
commit 351d86e149
2 changed files with 3 additions and 1 deletions

View File

@@ -39,4 +39,5 @@ Bug fixes
| `Issue #6279 <https://redmine.postgresql.org/issues/6279>`_ - Ensure that the venv activation scripts have the correct path in them on Linux.
| `Issue #6281 <https://redmine.postgresql.org/issues/6281>`_ - Fixed an issue where schema diff showing wrong SQL when comparing triggers with different when clause.
| `Issue #6286 <https://redmine.postgresql.org/issues/6286>`_ - Ensure that the template database should be visible while creating the database.
| `Issue #6292 <https://redmine.postgresql.org/issues/6292>`_ - Fixed string index out of range error where the dependent tab is in focus and selecting any publication or table.
| `Issue #6294 <https://redmine.postgresql.org/issues/6294>`_ - Fixed an issue where the dependent tab throwing an error when selecting any login/group role.