mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
add left hand variable, 'fileDescription', to catch a value.
This commit is contained in:
@@ -352,7 +352,7 @@ public class UploadWithEmbargoStep extends UploadStep
|
||||
String fileDescription = (String) request.getAttribute(param + "-description");
|
||||
if(fileDescription==null ||fileDescription.length()==0)
|
||||
{
|
||||
request.getParameter("description");
|
||||
fileDescription = request.getParameter("description");
|
||||
}
|
||||
|
||||
// if information wasn't passed by User Interface, we had a problem
|
||||
|
Reference in New Issue
Block a user