pull/3534/head
parent
859ebb647e
commit
b56b0970a0
@ -1,7 +1,10 @@ |
||||
Adjust the variables to display the "Distribution by entity" and "Distribution by author" reports. |
||||
Check Extra Fields 'author' and 'company' |
||||
====== |
||||
|
||||
Make sure two extra fields exist in order to enable the "Distribution by entity" and "Distribution by author" reports. |
||||
|
||||
This plugin adds the extra fields necessary to display "Distribution by entity" and "Distribution by author" reports. |
||||
* For the "Distribution by entity" report to be displayed, it is necessary to have the type of extra user field, with a multiple selector. |
||||
The name of this field must be "company". |
||||
* For the "" Distribution by author "report to be displayed, it is necessary to have the field type extra learning path, with a multiple selector drop-down. |
||||
The name of this field must be "authors". |
||||
The name of this field must be "authors". |
||||
|
@ -1,8 +1,9 @@ |
||||
<?php |
||||
|
||||
/* For licensing terms, see /license.txt */ |
||||
|
||||
// Check extra_field authors to lp and company to user |
||||
require_once __DIR__.'/../../main/inc/global.inc.php'; |
||||
// public $isAdminPlugin = true; |
||||
// $_template['show_message'] = false; |
||||
|
||||
if (api_is_anonymous()) { |
||||
} |
||||
|
Loading…
Reference in new issue