0
0
Fork 0

Fix pagination attributes not being returned in ungroupable-only pages (#30688)

This commit is contained in:
Claire 2024-06-13 16:10:34 +02:00 committed by GitHub
parent dd587d29b6
commit 45abddb302
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -45,6 +45,6 @@ class REST::NotificationGroupSerializer < ActiveModel::Serializer
end
def paginated?
instance_options[:group_metadata].present?
!instance_options[:group_metadata].nil?
end
end