Skip to content

New is_relation option not working #145

@smc13

Description

@smc13

I wasn't able to get the is_relation option from PR #140 working.

looks like line #310 of SelectFields.php should be:

return array_get($fieldObject->config, 'is_relation', true) === true;

instead of

return array_get($fieldObject, 'is_relation', true) === true;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions