-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enroloptions #14
base: main
Are you sure you want to change the base?
Enroloptions #14
Conversation
@abias Are there problems with the travis.yml? It seems that it uses the wrong node version. Could you fix those problems?
But also the help text. Teachers will probably get confused if they get only offered a help text for the e-mail option, although they are only able to select for instance the username. |
Thanks, looks good to me now |
Thank you for this pull request!
@tobiasreischmann - Yes. Moodle core updated to a new node version in MDL-66109 and this had to be adopted in .travis.yml. See open-lms-open-source/moodle-plugin-ci#115 for details. @rtschu - Please rebase the PR onto this repo's latest master and Travis should work again. Beyond that, may I ask if your PR is already ready for review or if you are still working on Tobias' feedback? Cheers, |
47c8027
to
6e2af17
Compare
4fa24c1
to
bf9bf64
Compare
@abias Pull request is ready for review and has been rebased |
Hi, I use this pull request in a productive moodle. Works fine. |
$string['error_usermails_empty'] = 'List of e-mail addresses is empty. Please add at least one e-mail address.'; | ||
$string['error_check_is_already_member'] = 'Error checking if the user (<em>{$a->email}</em>) is already a member of group (<em>{$a->groupname}</em>). {$a->error}'; | ||
$string['error_group_add_member'] = 'There was a problem when adding the user <em>{$a->data}</em> to the course group <em>{$a->group}</em>.'; | ||
$string['error_more_than_one_record_for_data'] = 'More than one existing Moodle user account with {$a->field} <em>{$a->identifier}</em>em> found.<br /> This line will be ignored, none of the existing Moodle users will be enrolled.'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: </em>em>
→ </em>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Lets Teachers choose different Fields then email to enrol users by.