Posted by
Ray Barlow on
URL: http://ofbiz.116.s1.nabble.com/Dev-displayed-list-is-truncated-tp166324.html
Hi,
We're seeing examples of screens where the number of lines displayed in
the list do not match the number of items returned from the data query.
One area is in the facility inventory view for products:
https://localhost:8443/facility/control/ViewFacilityInventoryByProductWe have one supplier with around 64 products, but the list when
displayed only shows 50 entries. After adding logging code to the bsh
file we could see the list of productId's as they are looped through in
the query and we could see that the correct 64 items were found and
added to the output list. We also replaced the screen with a straight
forward ftl implementation dumping the rows into a table and all the
data is then visible, so it really is down to the screen display code.
The inventory reports screen is also doing a similar filter, although
different numbers are involved i.e. nearly a thousand products with only
100 displayed:
https://localhost:8443/facility/control/InventoryReportsThis is not the very latest SVN but I can't update the instance to the
latest without risking the deployment. Unfortunately the demo data does
not really have enough volume in it to reproduce the issue on the
screens I've found to be problematic, so it might require additional
data beyond the default.
Is there something automatically limiting the size of the displayed
view? Are there supposed to be "previous/next" links to page through the
results? A point in the direction of the code that renders the screen
would be really helpful as I could dig a little deeper myself then.
Thanks,
Ray
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev