Skip to content

Commit

Permalink
N21-1825 Group UUID auto param for synced course (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonNicholasCap authored Aug 6, 2024
1 parent 42fb6dc commit df5751e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/ctltools.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ const customParameterTypes = [
{ label: 'Schul Id', value: 'auto_schoolid' },
{ label: 'Offizielle Schulnummer', value: 'auto_schoolnumber' },
{ label: 'Medium Id', value: 'auto_mediumid' },
{ label: 'Gruppe Externe UUID', value: 'auto_group_externaluuid' },
];

const customParameterLocations = [
Expand Down

0 comments on commit df5751e

Please sign in to comment.