Added feature to create report description

. added feature to add content_id with a button in vilesci statistics
When content_id is set, a link is created to that content_id to add the description of concerned report.
This commit is contained in:
Cris
2018-07-10 10:32:37 +02:00
parent 5b1d801a32
commit 4a89c213dd
2 changed files with 55 additions and 1 deletions
+3
View File
@@ -227,4 +227,7 @@ define('VILESCI_STUNDENSATZ_VORRUECKUNG', '');
// Wenn true, werden die Content-Aufrufe des CIS in der tbl_webservicelog mitgeloggt. Zuvor manuell einen neuen Webservicetyp "content" anlegen!
define('LOG_CONTENT', false);
// ContentID of default content-template for reports. New contents will be childs of this.
define('REPORT_CONTENT_TEMPLATE', '');
?>