[40934] Add pageSize=-1 to notification settings

https://community.openproject.org/wp/40934
revert-10203-fix/ldap-sync-mutex
Oliver Günther 3 years ago
parent c715443704
commit 861aa569b1
  1. 2
      frontend/src/app/features/user-preferences/notifications-settings/inline-create/notification-setting-inline-create.component.ts

@ -70,7 +70,7 @@ export class NotificationSettingInlineCreateComponent {
return this return this
.apiV3Service .apiV3Service
.projects .projects
.filtered(filters) .filtered(filters, { pageSize: '-1' })
.get() .get()
.pipe( .pipe(
map((collection) => collection.elements.map((project) => ({ map((collection) => collection.elements.map((project) => ({

Loading…
Cancel
Save