diff --git a/config/alfresco/templates/webscripts/org/alfresco/repository/bulkfilesystemimport/status.get.html.ftl b/config/alfresco/templates/webscripts/org/alfresco/repository/bulkfilesystemimport/status.get.html.ftl index 6b93da10d6..c026f8653a 100644 --- a/config/alfresco/templates/webscripts/org/alfresco/repository/bulkfilesystemimport/status.get.html.ftl +++ b/config/alfresco/templates/webscripts/org/alfresco/repository/bulkfilesystemimport/status.get.html.ftl @@ -290,8 +290,8 @@ [#if importStatus.inProgress()] This page will automatically refresh in ${refreshIntervalInSeconds} seconds. [#else] - Initiate another import

- Initiate another in-place import + Initiate another import

+ Initiate another in-place import [/#if]

diff --git a/source/java/org/alfresco/repo/web/scripts/bulkimport/AbstractBulkFileSystemImportWebScript.java b/source/java/org/alfresco/repo/web/scripts/bulkimport/AbstractBulkFileSystemImportWebScript.java index 371c940483..c60361e9d7 100644 --- a/source/java/org/alfresco/repo/web/scripts/bulkimport/AbstractBulkFileSystemImportWebScript.java +++ b/source/java/org/alfresco/repo/web/scripts/bulkimport/AbstractBulkFileSystemImportWebScript.java @@ -48,7 +48,7 @@ public class AbstractBulkFileSystemImportWebScript extends DeclarativeWebScript { protected static final Log logger = LogFactory.getLog(BulkFilesystemImporter.class); - protected static final String WEB_SCRIPT_URI_BULK_FILESYSTEM_IMPORT_STATUS = "/bulk/import/filesystem/status"; + protected static final String WEB_SCRIPT_URI_BULK_FILESYSTEM_IMPORT_STATUS = "/bulkfsimport/status"; protected static final String PARAMETER_TARGET_NODEREF = "targetNodeRef"; protected static final String PARAMETER_TARGET_PATH = "targetPath";