Skip to content

Commit

Permalink
publication rejection email bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shayanaijaz committed Dec 4, 2024
1 parent b533ff6 commit 271ce8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def send_publication_accept_email(self, project_id):


@shared_task(bind=True, queue='default')
def send_publication_reject_email(self, project_id: str, version: Optional[int], error: str):
def send_publication_reject_email(self, project_id: str):
"""
Alert project authors that their request has been rejected.
"""
Expand Down
4 changes: 2 additions & 2 deletions server/portal/settings/settings_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"siteSearchPriority": 0,
},
{
'name': 'Projects',
'name': 'Dataset',
'scheme': 'projects',
'api': 'tapis',
'icon': 'publications',
Expand All @@ -114,7 +114,7 @@
'rootDir': '/corral-repl/utexas/OTH21076/data_pprd/projects',
},
{
'name': 'Published',
'name': 'Published Datasets',
'scheme': 'projects',
'api': 'tapis',
'icon': 'publications',
Expand Down

0 comments on commit 271ce8c

Please sign in to comment.