Skip to content

DataTables:getCellContent() was changed from public to private but is called in SearchPanes.php #918

@simontaurus

Description

@simontaurus

@alistair3149
in 5aa667b#diff-3b17e1b0b27c82f810f9c916639a2bab7cb8698ab3ab57a3d2d4af28030c05c6L596-L908
you made DataTables:getCellContent() a private function:

private function getCellContent(

but it is called twice in SearchPanes.php

$cellContent = $this->datatables->getCellContent(

$cellContent = $this->datatables->getCellContent(

probably an oversight?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions