We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7503c07 commit 7ed10dcCopy full SHA for 7ed10dc
dataedit/views.py
@@ -105,7 +105,7 @@
105
TOPIC_SCENARIO,
106
)
107
108
-ITEMS_PER_PAGE = 1 # how many tabled per page should be displayed
+ITEMS_PER_PAGE = 50 # how many tabled per page should be displayed
109
110
111
class StandaloneMetaEditView(View):
versions/changelogs/current.md
@@ -18,6 +18,7 @@ SPDX-License-Identifier: CC0-1.0
18
- fixed year format in scenario bundles (#2091, #2102)
19
- fix sorting of fact sheets (#1974)
20
- fixed caching issues (#1818, #1822)
21
+- keep table filter when
22
23
## Documentation updates
24
0 commit comments