Skip to content

Notification user list: Remove limit or make it configurable #1402

Description

@ngoeddel-openi

Is your feature request related to a problem? Please describe.

In the event detail view a list of notified users is shown. Unfortunately it always shows a maximum of 5 recipients and you have to click on "Show all X recipients" to see the rest. Since there is nothing else after this list our customer would like to see all customers at once instead of first having to click on the "Show all..." link.

I already identified the line where the limit is hard coded:

$users = $notification->user
->limit(5)
->peekAhead();

Describe the solution you'd like

The simplest solution would be to remove the limit completely or at least set it much higher, like 25 or so.
An other solution would be to make it configurable.

Additional context

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions