You can add a new parameter to specify the number of items listed in the Bulk Basket.
The default value is a maximum of 100 objects.
Procedure
-
In the TEXTML Administration perspective, connect to your
server.
-
In the system/webplatform/configuration folder, check out
and open the web.platform.config.xml file.
-
Add the
bulk.basket.size
property, and then add a value
between 100 and 1000 for the Bulk Basket list.
You can specify a value between 100 and 1000. If you specify a value greater
or less than that, the value remains the default 100. If the parameter is
not present in the web.platform.config.xml, the value
remains the default 100.
<entry key="bulk.basket.size">400</entry>
-
Save, close, and check in the file.
-
Refresh the Web Server.