ictcore icon indicating copy to clipboard operation
ictcore copied to clipboard

Code installed on Rocky doesn't appear to match repo

Open thommcgrath opened this issue 1 year ago • 1 comments

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.

thommcgrath avatar Jul 25 '24 16:07 thommcgrath

i added 2 patch (for sql voice.sql with imroper command and xml file with no generic conf) => this repo is clearly not uptodate if we check roky or docker files provided thru documentation...

ciberfred avatar Sep 29 '25 10:09 ciberfred