Upgrade da Docebo 3.6 a 4 - Report Aggregati

Installazione, configurazione generale, notifiche, API, lingue, problemi server
Post Reply
User avatar
alberto
FormaLms Guru
Posts: 1135
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Upgrade da Docebo 3.6 a 4 - Report Aggregati

Post by alberto »

Nell'aggiornamento da Docebo 3.6 alla 4 non viene attivato il nuovo tipo di report aggregato, i file ci sono basta aggiungere una riga al db con questa semplice query:

INSERT INTO `learning_report` (`id_report`, `report_name`, `class_name`, `file_name`, `use_user_selection`, `enabled`) VALUES
(5, 'aggregate_report', 'Report_Aggregate', 'class.report_aggregate.php', 'true', 1);


Nell'installazione standard è tutto ok.
Post Reply