Skip to content

Commit

Permalink
Merge pull request #3417 from AtlasOfLivingAustralia/feature/issue3408
Browse files Browse the repository at this point in the history
Fixed broken org link on my projects #3408
  • Loading branch information
temi authored Jan 23, 2025
2 parents def707f + 8ccc278 commit a71634f
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 a71634f

Please sign in to comment.