mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Fix minor compilation bug in code for DS-1001
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6639 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -3068,9 +3068,7 @@ function doCurate()
|
||||
else if (!cocoon.request.get("select_curate_group")) {
|
||||
identifier = null;
|
||||
}
|
||||
identifier = null;
|
||||
}
|
||||
|
||||
|
||||
//if 'curate_task' parameter was set in result, pass it back to sendPageAndWait call (so it is prepopulated in Admin UI)
|
||||
if (result != null && result.getParameter("curate_task")) {
|
||||
curateTask = result.getParameter("curate_task");
|
||||
|
Reference in New Issue
Block a user