mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 05:53:08 +00:00
fix hidden field issue
This commit is contained in:
@@ -412,7 +412,7 @@ public class ConfigurableBrowse extends AbstractDSpaceTransformer implements
|
|||||||
// Add all the query parameters as hidden fields on the form
|
// Add all the query parameters as hidden fields on the form
|
||||||
for (Map.Entry<String, String> param : queryParamsPOST.entrySet())
|
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
|
// If this is a date based browse, render the date navigation
|
||||||
|
Reference in New Issue
Block a user