Ensure the Python interpreter used by the runtime ignores user site-packages.
Fixes #6269
Significant debugging by Peter Buckner.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ded65340fefff3cfda7f55e86cc5fe6bd2348e0e
Modified Files
---
Fixed an issue where the top menu disappears when entering into the full screen
for minimum screen resolution. Fixes #6322
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4bb71c56adc41887050395a351757fbc4b245adc
Modified Files
--
Hi Hackers,
Please find the patch which resolves below sonar qube issues:
For Roles:
Refactor this function to reduce its Cognitive Complexity from 21 to the 15
allowed
Refactor this function to reduce its Cognitive Complexity from 16 to the 15
allowed
For Functions:
Refactor this function to re
Hi,
Please find the attached patch to fix the RM #6317: Toggle buttons are
inaccessible.
Our toggle buttons are not the HTML buttons but the combinations of HTML
tags which function as a toggle button. As the toggle button itself doesn't
have a label/title as it wrapped around a div, we have pro