forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-36014 cohorts: Support cohort visibility in Upload cohorts
- Loading branch information
1 parent
80f9846
commit fbb250f
Showing
4 changed files
with
35 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name,idnumber,description,category | ||
cohort name 1,cohortid1,first description, | ||
cohort name 2,cohortid2,, | ||
cohort name 3,cohortid3,,Miscellaneous | ||
cohort name 4,cohortid4,,CAT1 | ||
cohort name 5,cohortid5,,CAT2 | ||
cohort name 6,cohortid6,,CAT3 | ||
name,idnumber,description,category,visible | ||
cohort name 1,cohortid1,first description,, | ||
cohort name 2,cohortid2,,, | ||
cohort name 3,cohortid3,,Miscellaneous,no | ||
cohort name 4,cohortid4,,CAT1,yes | ||
cohort name 5,cohortid5,,CAT2,0 | ||
cohort name 6,cohortid6,,CAT3,1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters