mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
First real patch: Saved Searches folder fix.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2167 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -656,6 +656,11 @@ public class Application
|
||||
*/
|
||||
private static String getSavedSearchesFolderName(WebApplicationContext context)
|
||||
{
|
||||
/*
|
||||
* This lookup is duplicated in a patch. If this logic changes, investigate the changes
|
||||
* required for the patch(es).
|
||||
*/
|
||||
|
||||
if (savedSearchesFolderName == null)
|
||||
{
|
||||
ImporterBootstrap bootstrap = (ImporterBootstrap)context.getBean(BEAN_IMPORTER_BOOTSTRAP);
|
||||
|
Reference in New Issue
Block a user