Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/N21-1506-sharing-ctl-tools' into N…
Browse files Browse the repository at this point in the history
…21-1506-sharing-ctl-tools
  • Loading branch information
GordonNicholasCap committed Nov 26, 2024
2 parents 315a01a + 8327b45 commit 4b98df7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export class Migration20241120100616 extends Migration {
numberOfDeletedTools += 1;
if (tool.contextType === 'boardElement') {
await this.driver.nativeDelete('boardnodes', { _id: tool.contextId });
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
console.info(`deleted boardnode: ${tool.contextId}`);
numberOfDeletedElements += 1;
}
Expand Down
6 changes: 3 additions & 3 deletions config/default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1407,12 +1407,12 @@
},
"FEATURE_CTL_TOOLS_TAB_ENABLED": {
"type": "boolean",
"default": false,
"default": true,
"description": "Enables new CTL-tool tab in a course"
},
"FEATURE_LTI_TOOLS_TAB_ENABLED": {
"type": "boolean",
"default": true,
"default": false,
"description": "Enables old LTI-tool tab in a course"
},
"FEATURE_SHOW_OUTDATED_USERS": {
Expand All @@ -1432,7 +1432,7 @@
},
"FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED": {
"type": "boolean",
"default": false,
"default": true,
"description": "Enables external tools on the column board"
},
"FEATURE_PREFERRED_CTL_TOOLS_ENABLED": {
Expand Down
1 change: 0 additions & 1 deletion config/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"FEATURE_COLUMN_BOARD_SUBMISSIONS_ENABLED": true,
"FEATURE_COLUMN_BOARD_LINK_ELEMENT_ENABLED": true,
"FEATURE_COLUMN_BOARD_COLLABORATIVE_TEXT_EDITOR_ENABLED": true,
"FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED": true,
"FEATURE_BOARD_LAYOUT_ENABLED": true,
"SCHULCONNEX_CLIENT": {
"API_URL": "http://localhost:8888/v1/",
Expand Down

0 comments on commit 4b98df7

Please sign in to comment.