Skip to content

Code installed on Rocky doesn't appear to match repo #18

@thommcgrath

Description

@thommcgrath

There may be other affected files, but I'll use core/Transmission.php as an example. On the version we get installing ictcore on Rocky 8, Transmission.php contains extra lines that looks to improve search results. For example:

private static $table_spool = 'spool';
private static $table_spool_result = 'spool_result';
private static $table_document = 'document';
private static $table_program_resource = 'program_resource';

But the extra lines are not present in https://github.com/ictinnovations/ictcore/blob/ictcore/core/Transmission.php. It seems like the version being shipped does not match the code or release here on GitHub.

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