Fix pagination attributes not being returned in ungroupable-only pages (#30688)
This commit is contained in:
parent
dd587d29b6
commit
45abddb302
2 changed files with 2 additions and 1 deletions
|
@ -45,6 +45,6 @@ class REST::NotificationGroupSerializer < ActiveModel::Serializer
|
|||
end
|
||||
|
||||
def paginated?
|
||||
instance_options[:group_metadata].present?
|
||||
!instance_options[:group_metadata].nil?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue