Skip to content

Commit

Permalink
Fixed broken org link on my projects #3408
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jan 22, 2025
1 parent 84f59a7 commit 8ccc278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/views/user/index.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
projectReportsUrl:"${createLink(controller: 'project', action:'reportingHistory')}",
userProjectsUrl:"${createLink(action:'userProjects')}",
organisationViewUrl: "${createLink(controller:'organisation', action:'index')}",
organisationLinkBaseUrl: "${createLink(controller:'organisation', action:'index')}",
imageLocation:"${assetPath(src:'/')}"
},
here = window.location.href;
Expand Down

0 comments on commit 8ccc278

Please sign in to comment.