mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
MDL-63013 tool_policy: Policy agreement style can be defined now
The patch introduces a new property of a policy document called "Agreement style". It allows the admin to define if the policy should be accepted together with all others on the consent page (legacy and default behaviour) or on its page before the consent page is reached (the new optional behaviour).
This commit is contained in:
parent
674ef9baac
commit
23b663ed55
7 changed files with 80 additions and 5 deletions
|
@ -24,6 +24,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2018051400; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2018082900; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2018050800; // Requires this Moodle version.
|
||||
$plugin->component = 'tool_policy'; // Full name of the plugin (used for diagnostics).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue