Problem/Motivation
Get an error while activate Module Moodle Course Integration
"Unable to install Moodle Course Integration due to unmet dependencies: core.entity_form_display.node.moodle_course.default (datetime)"
Datetime is required to activate this module
Steps to reproduce
Activating Module Moodle Course Integration
Proposed resolution
Add datetime to dependencies in moodle_rest_course.info.yml
Remaining tasks
User interface changes
None
API changes
None
Data model changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3255921-03-dependencies.patch | 453 bytes | ekes |
| datetime_issue.patch | 418 bytes | tminard |
Comments
Comment #2
ekes commentedGood call.
Looking it's actually a dependency in moodle_rest_migrate (that moodle_rest_course depends on), and is even mentioned as a requirement in the tests/src/Kernel/Plugin/migrate/source/MoodleBaseTest.php test). So I think the dependency wants to be added there.
Comment #3
ekes commentedComment #5
ekes commented