ictcore
ictcore copied to clipboard
Code installed on Rocky doesn't appear to match repo
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.
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...