Skip to content

Commit

Permalink
GH-723 Give imported params status MANUALLY UPDATED
Browse files Browse the repository at this point in the history
  • Loading branch information
davidszkiba committed Jan 27, 2025
1 parent a69ce0d commit 0c98f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/external/node/fetch_parameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public static function execute(int $scaleid) {
$itemrecord->componentname = 'question';
$itemrecord->catscaleid = $scalemapping[$param->scalelabel];
$itemrecord->contextid = $newcontext->id;
$itemrecord->status = LOCAL_CATQUIZ_TESTITEM_STATUS_ACTIVE;
$itemrecord->status = LOCAL_CATQUIZ_STATUS_UPDATED_MANUALLY;
$itemid = $DB->insert_record(
'local_catquiz_items',
$itemrecord
Expand Down

0 comments on commit 0c98f4b

Please sign in to comment.