Skip to content

Commit

Permalink
Merge pull request #806 from AtlasOfLivingAustralia/feature/#781_2
Browse files Browse the repository at this point in the history
#781 fix to publication is not showing in edit mode
  • Loading branch information
temi authored Nov 28, 2023
2 parents 136a451 + 4007608 commit 580ae4c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,10 @@ class ProfileController extends BaseController {
render template: "lists"
}

def publicationsPanel = {
render template: "publications"
}

def bibliographyPanel = {
render template: "bibliography"
}
Expand Down

0 comments on commit 580ae4c

Please sign in to comment.