mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
SF Patch #1226874 "null" in Introductory text of communities and collection
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1250 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
1.3 beta
|
||||
========
|
||||
(Claudia Jürgen)
|
||||
- SF Patch #1226874 "null" in Introductory text of communities and collection
|
||||
|
||||
(Jozsef Marton)
|
||||
- SF Patch #1233437 fix broken item-mapper & fine tune i18n
|
||||
|
||||
|
@@ -107,6 +107,11 @@
|
||||
{
|
||||
side = "";
|
||||
}
|
||||
|
||||
if (intro == null)
|
||||
{
|
||||
intro = "";
|
||||
}
|
||||
|
||||
if (provenance == null)
|
||||
{
|
||||
|
@@ -86,6 +86,11 @@
|
||||
{
|
||||
side = "";
|
||||
}
|
||||
|
||||
if (intro == null)
|
||||
{
|
||||
intro = "";
|
||||
}
|
||||
|
||||
logo = community.getLogo();
|
||||
}
|
||||
|
Reference in New Issue
Block a user