Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thommcgrath opened this issue Jul 25, 2024 · 0 comments
Open

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

thommcgrath opened this issue Jul 25, 2024 · 0 comments

Comments

@thommcgrath
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant