Skip to content

Commit

Permalink
Merge branch 'release/1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeorgsch committed Mar 31, 2023
2 parents b5abcc3 + f0f23d1 commit b0ea2cc
Show file tree
Hide file tree
Showing 18 changed files with 449 additions and 99 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
php: ['7.2', '7.3', '7.4']
moodle-branch: ['MOODLE_310_STABLE', 'MOODLE_39_STABLE']
moodle-branch: ['MOODLE_400_STABLE', 'MOODLE_310_STABLE']
database: [pgsql, mariadb]

steps:
Expand Down
2 changes: 2 additions & 0 deletions ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
function show_all_improvise_questions(jazzquiz $jazzquiz) {
$improviser = new improviser($jazzquiz);
$questionrecords = $improviser->get_all_improvised_question_definitions();
debugging( 'show'.$questionrecords );
if (!$questionrecords) {
debugging( 'No improvisation questions' );
return [
'status' => 'error',
'message' => 'No improvisation questions'
Expand Down
12 changes: 10 additions & 2 deletions amd/build/core.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/core.min.js.map

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions amd/build/edit.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b0ea2cc

Please sign in to comment.