Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of cuba.web.table.pageLength and cuba.web.table.cacheRate parameters #1606

Closed
Regulknight opened this issue Nov 27, 2018 · 0 comments
Closed
Assignees
Labels
state: fixed Fixed by the developer type: bug Something isn't working ver: 6.8.14 Fixed in version ver: 6.9.8 Fixed in version ver: 6.10.6 Fixed in version ver: 7.0.0 Fixed in version
Milestone

Comments

@Regulknight
Copy link

Regulknight commented Nov 27, 2018

  • Platform version: 6.8.13

cuba.web.table.pageLength and cuba.web.table.cacheRate don't change row caching behavior.

These properties uses only in WebAbstractTable#setClientCaching where they assign to Table fields.
But after that, at the end of initComponent method, these fields are rewriting by setHeightUndefined() method which invokes setHeight() with -1 as height parameter.

This happens because of setHeight() was overridden in CubaTable and CubaTreeTable.

@jreznot jreznot assigned glebfox and unassigned jreznot Nov 28, 2018
@jreznot jreznot added the type: bug Something isn't working label Nov 28, 2018
@jreznot jreznot added this to the Release 6.8 milestone Nov 28, 2018
@dtsaryov dtsaryov assigned dtsaryov and unassigned glebfox Dec 19, 2018
@haulmont-git haulmont-git added the ver: 6.10.6 Fixed in version label Dec 21, 2018
@haulmont-git haulmont-git added the ver: 6.8.14 Fixed in version label Dec 21, 2018
@haulmont-git haulmont-git added the ver: 6.9.8 Fixed in version label Dec 21, 2018
@natfirst natfirst assigned myatlevEvg and unassigned natfirst Dec 21, 2018
@haulmont-git haulmont-git added the ver: 7.0.0 Fixed in version label Dec 21, 2018
@myatlevEvg myatlevEvg added the state: fixed Fixed by the developer label Dec 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: fixed Fixed by the developer type: bug Something isn't working ver: 6.8.14 Fixed in version ver: 6.9.8 Fixed in version ver: 6.10.6 Fixed in version ver: 7.0.0 Fixed in version
Projects
None yet
Development

No branches or pull requests

7 participants