mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
[DS-2282] JSPUI submission remove author fails when SolrAuthority is enabled
This commit is contained in:
@@ -552,12 +552,15 @@ public class DescribeStep extends AbstractProcessingStep
|
||||
firsts.remove(valToRemove);
|
||||
lasts.remove(valToRemove);
|
||||
if(isAuthorityControlled)
|
||||
{
|
||||
if(valToRemove < auths.size())
|
||||
{
|
||||
auths.remove(valToRemove);
|
||||
confs.remove(valToRemove);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
// Just a single name
|
||||
|
Reference in New Issue
Block a user