fix hidden field issue

This commit is contained in:
Terry Brady
2019-08-20 13:10:14 -07:00
parent c23e4bd9ae
commit c5ac497c99

View File

@@ -412,7 +412,7 @@ public class ConfigurableBrowse extends AbstractDSpaceTransformer implements
// Add all the query parameters as hidden fields on the form
for (Map.Entry<String, String> param : queryParamsPOST.entrySet())
{
jump.addHidden(param.getKey()).setValue(param.getValue());
jump.addPara().addHidden(param.getKey()).setValue(param.getValue());
}
// If this is a date based browse, render the date navigation