Skip to content

In the view for enrollments we show the @total count from the summary result....

In the view for enrollments we show the @total count from the summary result. Because this item amount is set at 12 it will never go higher than 12. Replace it with another token to get the correct count.

  • Add a custom token and use the helper method getAllEventEnrollments to get the enrollment count.
  • Also set the translatable text inside the token so we can properly do plural formatting.
  • Replace this token in the view.

Closes #3206735

Merge request reports

Loading