Skip to content

Commit

Permalink
Remove submodule added in a previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra-tacc committed Jan 3, 2024
1 parent dc5d418 commit 0f4c2d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Core-Portal
Submodule Core-Portal deleted from 272c63
1 change: 1 addition & 0 deletions server/portal/apps/projects/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def get(self, request, project_id=None, system_id=None):
:param str project_id: Project Id.
:param str system_id: System Id.
"""
# Based on url mapping, either system_id or project_id is always available.
if system_id is not None:
project_id = system_id.split(f"{settings.PORTAL_PROJECTS_SYSTEM_PREFIX}.")[1]

Expand Down

0 comments on commit 0f4c2d7

Please sign in to comment.