From 40076085cf8b6c2f95982619097df49549d0446d Mon Sep 17 00:00:00 2001 From: steven choi Date: Wed, 29 Nov 2023 10:53:09 +1100 Subject: [PATCH] #781 fix to publication is not showing in edit mode --- .../au/org/ala/profile/hub/ProfileController.groovy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/grails-app/controllers/au/org/ala/profile/hub/ProfileController.groovy b/grails-app/controllers/au/org/ala/profile/hub/ProfileController.groovy index 0168c43f..ac5921b6 100644 --- a/grails-app/controllers/au/org/ala/profile/hub/ProfileController.groovy +++ b/grails-app/controllers/au/org/ala/profile/hub/ProfileController.groovy @@ -709,6 +709,10 @@ class ProfileController extends BaseController { render template: "lists" } + def publicationsPanel = { + render template: "publications" + } + def bibliographyPanel = { render template: "bibliography" }