Fixed SonarQube issues

This commit is contained in:
Akshay Joshi
2021-02-15 17:31:20 +05:30
parent 44cc7a308a
commit 3fc0cc3e92
10 changed files with 15 additions and 21 deletions

View File

@@ -290,9 +290,8 @@ class SchemaView(PGChildNodeView):
# Privileges
for aclcol in acls:
if specific is not None:
if aclcol not in specific:
continue
if specific is not None and aclcol not in specific:
continue
if aclcol in data:
allowedacl = acls[aclcol]
if modified:

View File

@@ -77,9 +77,8 @@
.menu-groups-a{
display:flex !important;
flex-direction:column;
padding: 6px;
color: $dropdown-link-color;
padding: 6px 16px;
color: $dropdown-link-color;
}
.menu-groups-a span{