Skip to content

Commit

Permalink
feat: Added filter query param to link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 committed Dec 3, 2024
1 parent 4f8d6ad commit d627b94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ private SendEmailWithTemplateRequest CreateReportMail(string[] recipients, Proje
}, new GoToAction()
{
Title = "Go to positions listing view",
Url = $"{fusionUri}/apps/org-admin/{contextId}/edit-positions/listing-view"
Url = $"{fusionUri}/apps/org-admin/{contextId}/edit-positions/listing-view?filter=allocations-exp-3m"
})
.AddGrid("TBN positions with start date next 3 months", "(Please create a resource request or update the position start-date)", new List<GridColumn>()
{
Expand Down

0 comments on commit d627b94

Please sign in to comment.