|
@@ -6,6 +6,8 @@
|
|
|
* 2. action==new_version
|
|
|
*
|
|
|
* Release Notes:
|
|
|
+ * - v 2.0.1 2022/09/15
|
|
|
+ * + Considering table 'iassign_ilm': messages to fields 'evaluate', 'reevaluate', 'editingbehavior'; fixes to allow the edition of 'reevaluate', 'editingbehavior'
|
|
|
* - v 1.6.1 2017/12/02
|
|
|
* + Changed 'echo' to 'print'
|
|
|
* - v 1.6 2013/10/31
|
|
@@ -18,8 +20,8 @@
|
|
|
* + Insert actions: copy (new version from an iLM) and new version (empty new version).
|
|
|
*
|
|
|
* @author Patricia Alves Rodrigues
|
|
|
- * @author Leônidas O. Brandão
|
|
|
- * @version v 1.6.1 2017/12/02
|
|
|
+ * @author Leo^nidas de Oliveira Branda~o
|
|
|
+ * @version v 2.0.1 2022/09/15
|
|
|
* @package mod_iassign_settings
|
|
|
* @since 2013/01/29
|
|
|
* @see locallib.php : class ilm_settings
|
|
@@ -64,8 +66,15 @@ if ($action == 'edit') {
|
|
|
$PAGE->set_title($title);
|
|
|
|
|
|
|
|
|
+
|
|
|
$param = ilm_settings::add_edit_copy_ilm($ilm_id, $action);
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -316,4 +325,4 @@ if ($action == 'view') {
|
|
|
print($view_ilm);
|
|
|
print($OUTPUT->footer());
|
|
|
die;
|
|
|
- }
|
|
|
+ }
|