Re: Dev - displayed list is truncated...

Posted by Jacopo Cappellato on
URL: http://ofbiz.116.s1.nabble.com/Dev-displayed-list-is-truncated-tp166324p166331.html

Hi Ray,

with rev 6265 I should have fixed the issue you reported about the
ViewFacilityInventoryByProduct screen: I've simply added the
paginate-target attribute to the form definition (see the svn for
details). Without this attribute, the list was truncated to 50 rows:
that value is set in the ViewFacilityInventoryByProduct screen
definition with the following command:

<set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer"
default-value="50"/>

You can simply change this value to a smaller value if you want to make
some test with few data.

Probably the issue in InventoryReports screen can be fixed in the same
way: could you please have a look at it? (unfortunately I don't have
time right now...)

Thanks for the bug report.

Jacopo

Ray wrote:

> My original post is unrelated to r6205/6 for sure and the views I'm
> having troubles with don't use dates anyway, I just mentioned it in
> reply to Chris as something he might check out for his problem.
>
> I've not had a chance to test against the latest SVN (something like two
> weeks old) and won't be able to right now as I need more data to
> reproduce my problem, but hopefully over the next couple of days I might
> be able to get something going with a clean instance and some larger
> data volumes.
>
> Ray
>
>
> Jacopo Cappellato wrote:
>
>> Hi Ray, Chris,
>>
>> this is interesting and I'll try to have a look at this.
>> By the way I don't think this is related to r6205/6206: these patches
>> solved a few problems in the lookup serches that use the "performFind"
>> service and I don't think this is the case of the
>> ViewFacilityInventoryByProduct.
>>
>> before I go on with this, could you please confirm that the bug is
>> present in the latest SVN?
>>
>> Thanks,
>>
>> Jacopo
>>
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev