Cohort sync and Cohort manual enrolment

Re: Cohort sync and Cohort manual enrolment

by Dan Marsden -
Number of replies: 1
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators

We did it using CSS on one of our clients sites - I think this is what we used:

.uep-controls .uep-entity-selector {
display: none;
}

In reply to Dan Marsden

Re: Cohort sync and Cohort manual enrolment

by Sean Rugge -

This might be theme specific but we ran into this issue and used

div#fitem_id_cohortlist {display: none;}