Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Pagination should try to use entityPageSize value if ItemsPerPage ComboBox is not visible #544

Closed
Flaurite opened this issue Jun 22, 2021 · 0 comments
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@Flaurite
Copy link
Contributor

Description

Steps to reproduce

  1. Create some entity
  2. Create screens for it
  3. Create 2 - 3 records
  4. In the browse screen remove SimplePagination from table if it exists and add pagination component to the layout:
<pagination id="pagination">
    <loaderProvider loaderId="some_entity_loader_id"/>
</pagination>
  1. Specify application property:
jmix.ui.entityPageSize.app_SomeEntity=1
  1. Open browse screen

ER
Should be loaded 1 record
AR
Loaded all records

@Flaurite Flaurite added the type: bug Something isn't working label Jun 22, 2021
@Flaurite Flaurite added this to the 1.0.0 milestone Jun 22, 2021
@Flaurite Flaurite self-assigned this Jun 22, 2021
Flaurite added a commit that referenced this issue Jun 22, 2021
Flaurite added a commit that referenced this issue Jun 22, 2021
@knstvk knstvk closed this as completed Jun 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants