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:
Jan Vonka
2011-12-23 15:24:25 +00:00
parent 0c2ab1bec6
commit 990e06ec90
2 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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";