Skip to content

Commit

Permalink
WEB-4136 : Authorize 70 sections/page instead of 40
Browse files Browse the repository at this point in the history
  • Loading branch information
boulch committed Aug 13, 2024
1 parent 5d735ac commit 8e072ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog
1.2.65 (unreleased)
-------------------

- WEB-4136 : Authorize 70 sections/page instead of 40
[boulch]

- Fix: keep scroll on load more in React view
[thomlamb]

Expand Down
2 changes: 1 addition & 1 deletion src/imio/smartweb/core/contents/pages/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class PagesView(FolderView):
"""Pages view"""

b_size = 40
b_size = 70

def __call__(self):
# get gallery sections and sections with gallery
Expand Down

0 comments on commit 8e072ea

Please sign in to comment.