mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
ALF-12176: The bulk import system is broken.... bad URLs in links and next actions
- fix requested (and OK'ed for HEAD checkin) by WT / PHH git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32975 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -290,8 +290,8 @@
|
||||
[#if importStatus.inProgress()]
|
||||
This page will automatically refresh in <span id="countdownTimer">${refreshIntervalInSeconds}</span> seconds.
|
||||
[#else]
|
||||
<a href="${url.serviceContext}/bulk/import/filesystem">Initiate another import</a><br><br>
|
||||
<a href="${url.serviceContext}/bulk/import/filesystem/inplace">Initiate another in-place import</a>
|
||||
<a href="${url.serviceContext}/bulkfsimport">Initiate another import</a><br><br>
|
||||
<a href="${url.serviceContext}/bulkfsimport/inplace">Initiate another in-place import</a>
|
||||
[/#if]
|
||||
</p>
|
||||
</blockquote>
|
||||
|
@@ -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";
|
||||
|
Reference in New Issue
Block a user