- Posts: 253
Joomdle 1.0 Installation
how to remove payment enrol in moodle enrolment method
- saman سامان
-
Topic Author
- Offline
- Elite Member
-
- samansamani2[at]yahoo.com
Less
More
6 years 8 months ago #1
by saman سامان
how to remove payment enrol in moodle enrolment method was created by saman سامان
hi.
i add payment joomdle enrol method to some course but can not remove that.only can hidden. is it bug?
i add payment joomdle enrol method to some course but can not remove that.only can hidden. is it bug?
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
6 years 8 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic how to remove payment enrol in moodle enrolment method
Thanks for the bug report.
You can fix it by adding this code to moodle/enrol/joomdle/lib.php
You can fix it by adding this code to moodle/enrol/joomdle/lib.php
Code:
public function can_delete_instance($instance) {
$context = context_course::instance($instance->courseid);
return has_capability('enrol/joomdle:manage', $context);
}
Please Log in or Create an account to join the conversation.