mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +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
|
1.3 beta
|
||||||
========
|
========
|
||||||
|
(Claudia Jürgen)
|
||||||
|
- SF Patch #1226874 "null" in Introductory text of communities and collection
|
||||||
|
|
||||||
(Jozsef Marton)
|
(Jozsef Marton)
|
||||||
- SF Patch #1233437 fix broken item-mapper & fine tune i18n
|
- SF Patch #1233437 fix broken item-mapper & fine tune i18n
|
||||||
|
|
||||||
|
@@ -108,6 +108,11 @@
|
|||||||
side = "";
|
side = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (intro == null)
|
||||||
|
{
|
||||||
|
intro = "";
|
||||||
|
}
|
||||||
|
|
||||||
if (provenance == null)
|
if (provenance == null)
|
||||||
{
|
{
|
||||||
provenance = "";
|
provenance = "";
|
||||||
|
@@ -87,6 +87,11 @@
|
|||||||
side = "";
|
side = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (intro == null)
|
||||||
|
{
|
||||||
|
intro = "";
|
||||||
|
}
|
||||||
|
|
||||||
logo = community.getLogo();
|
logo = community.getLogo();
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
|
Reference in New Issue
Block a user