mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 06:53:09 +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,8 +3068,6 @@ function doCurate()
|
|||||||
else if (!cocoon.request.get("select_curate_group")) {
|
else if (!cocoon.request.get("select_curate_group")) {
|
||||||
identifier = null;
|
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 '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")) {
|
if (result != null && result.getParameter("curate_task")) {
|
||||||
|
Reference in New Issue
Block a user