BugFix for SciProject: The Sponsors funding code was not published.
git-svn-id: https://svn.libreccm.org/ccm/trunk@5107 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
c9bf0919b0
commit
67328f8b1a
|
|
@ -124,6 +124,7 @@ public class SciProjectBundle extends GenericOrganizationalUnitBundle {
|
||||||
final DataObject link = add(SPONSORS, sponsorLive);
|
final DataObject link = add(SPONSORS, sponsorLive);
|
||||||
|
|
||||||
link.set(SPONSOR_ORDER, sponsors.get("link." + SPONSOR_ORDER));
|
link.set(SPONSOR_ORDER, sponsors.get("link." + SPONSOR_ORDER));
|
||||||
|
link.set(SPONSOR_FUNDING_CODE, sponsors.get("link." + SPONSOR_FUNDING_CODE));
|
||||||
|
|
||||||
link.save();
|
link.save();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue