Skip to content

Commit

Permalink
#781 fix to publication is not showing in edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
schoicsiro committed Nov 28, 2023
1 parent 5a99814 commit 4007608
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 4007608

Please sign in to comment.