Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8, 1.8.1, 1.8.2
-
Fix Version/s: 2.0
-
Component/s: Course, Enrolments
-
Labels:None
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
The authentication plugin can lock fields on the user edit form, but the enrolment plugin can't modify the course settings form.
This is a problem, because our enrolment system pulls most of the data from an external system. We rely on certain fields being in a certain form to synchronize properly. Also, some fields will get overwritten when the synchronization is done. If we let teachers edit them, it causes confusion.
It should be fairly easy to have a method on the enrolment class that can modify the form.
Issue Links
| This issue blocks: | ||||
| MDL-4537 | can't lock LDAP course ID number in admin |
|
|
|
| MDL-9979 | enrol_config.php?enrol=ldap settings not being set |
|
|
|
| This issue will help resolve: | ||||
| MDL-5219 | Course Settings are getting to long |
|
|
|
| This issue has been marked as being related by: | ||||
| MDL-17949 | List of problems related to potential enrolment rewrite in 2.0 - META |
|
|
|
Also, some options are completely irrelevant for our enrolment plugin (like cost). Being able to remove those would cut down the unnecessarily long page.