Skip to content

infinitePagination does not resolve reference fields #624

@toxsick

Description

@toxsick

Hey guys,

in my listView I use reference fields like this:

nga.field('make', 'reference')
    .map(truncate)
    .targetEntity(make)
    .targetField(nga.field('name').map(truncate))

This works absolutely fine with normal pagination. But if I use .infinitePagination(true) the references are only resolved for the first page. When the second page is loaded no calls are triggered to resolve the references. That's why only data is visible that had been already requested on the first page.

Here you can see what this looks like:

angular_admin_und_datadock_und_datadock

HELP?

Best Regards
Hannes

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions