mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged from DEV/V3.3-DOCLIB-PORTLET to HEAD
22600: DocLib Portlet: New "Site constrained" portlet added where site is configured via portlet preferences. Removed CMIS portlet. Also added workflow and task pages to documentlibrary family git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22601 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -122,7 +122,8 @@ public class SiteInfoImpl implements SiteInfo
|
||||
*/
|
||||
public String getTitle()
|
||||
{
|
||||
return title;
|
||||
// title can be used for sorting, so ensure it's not null
|
||||
return (title != null ? title : "");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user