mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +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:
@@ -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