You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mikaelosterberg The default value for PAGINATION_PER_PAGE_DEFAULT in the docker image should be 500. You can check the current value by running php artisan config:show app.pagination_per_page_default in the container. If your value is not 500 if you do not set this environment, please provide further information about your setup.
If PAGINATION_PER_PAGE_DEFAULT is not set tasks stop showing in project when organization have more than 14 tasks cross projects.
Solved by setting PAGINATION_PER_PAGE_DEFAULT=1000000 in .env.
Please filter to only get relevant data on this page.
The text was updated successfully, but these errors were encountered: