Merge pull request #275 from dod-ccpo/fix-workspaces-query

Allow CCPO to view workspaces
This commit is contained in:
richard-dds
2018-09-12 11:37:33 -04:00
committed by GitHub
6 changed files with 46 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
]
) }}
{% if g.current_user.workspace_roles %}
{% if g.current_user.has_workspaces %}
{{ SidenavItem("Workspaces", href="/workspaces", icon="cloud", active=g.matchesPath('/workspaces')) }}
{% endif %}
</ul>