Fixed an issue where the top menu disappears when entering into the full screen for minimum screen resolution. Fixes #6322

This commit is contained in:
Akshay Joshi
2021-03-17 18:47:25 +05:30
parent ff06a18155
commit 4bb71c56ad
4 changed files with 38 additions and 11 deletions

View File

@@ -52,3 +52,4 @@ Bug fixes
| `Issue #6307 <https://redmine.postgresql.org/issues/6307>`_ - Fixed an issue where the incorrect values visible in the dependents tab for publication.
| `Issue #6312 <https://redmine.postgresql.org/issues/6312>`_ - Fixed an issue where copy/paste rows in view data paste the wrong value for boolean type.
| `Issue #6316 <https://redmine.postgresql.org/issues/6316>`_ - Ensure that the primary key should be visible properly in the table dialog.
| `Issue #6322 <https://redmine.postgresql.org/issues/6322>`_ - Fixed an issue where the top menu disappears when entering into the full screen for minimum screen resolution.