From 67328f8b1a52770695a6b30993c30543264b390e Mon Sep 17 00:00:00 2001 From: jensp Date: Fri, 10 Nov 2017 09:18:29 +0000 Subject: [PATCH] BugFix for SciProject: The Sponsors funding code was not published. git-svn-id: https://svn.libreccm.org/ccm/trunk@5107 8810af33-2d31-482b-a856-94f89814c4df --- .../src/com/arsdigita/cms/contenttypes/SciProjectBundle.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ccm-sci-types-project/src/com/arsdigita/cms/contenttypes/SciProjectBundle.java b/ccm-sci-types-project/src/com/arsdigita/cms/contenttypes/SciProjectBundle.java index ab0741406..dda9be361 100644 --- a/ccm-sci-types-project/src/com/arsdigita/cms/contenttypes/SciProjectBundle.java +++ b/ccm-sci-types-project/src/com/arsdigita/cms/contenttypes/SciProjectBundle.java @@ -124,7 +124,8 @@ public class SciProjectBundle extends GenericOrganizationalUnitBundle { final DataObject link = add(SPONSORS, sponsorLive); link.set(SPONSOR_ORDER, sponsors.get("link." + SPONSOR_ORDER)); - + link.set(SPONSOR_FUNDING_CODE, sponsors.get("link." + SPONSOR_FUNDING_CODE)); + link.save(); } }