Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-csg committed Dec 6, 2024
1 parent bac2292 commit 1df5d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions classes/external/get_kanban_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ public static function execute(int $cmid, int $boardid, int $timestamp = 0, bool
$common->history = $kanban->history;
$common->updatefails = 0;
$common->usenumbers = $kanban->usenumbers;
$common->linknumbers = $kanban->linknumbers;

if (!$asupdate) {
$common->template = $DB->get_field_sql(
Expand Down
1 change: 1 addition & 0 deletions mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public function definition(): void {
$mform->addHelpButton('linknumbers', 'linknumbers', 'mod_kanban');
$mform->hideIf('linknumbers', 'usenumbers', 'notchecked');
$mform->setDefault('linknumbers', 1);
$mform->setType('linknumbers', PARAM_INT);

$this->standard_coursemodule_elements();

Expand Down

0 comments on commit 1df5d8b

Please sign in to comment.