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

CommentFileSizeAuthor
#3 3255921-03-dependencies.patch453 bytesekes
datetime_issue.patch418 bytestminard

Comments

tminard created an issue. See original summary.

ekes’s picture

Good 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.

ekes’s picture

Status: Active » Needs review
StatusFileSize
new453 bytes

  • ekes committed 805ccb0 on 1.0.x
    Issue #3255921 by tminard, ekes: Unable to install Moodle Course...
ekes’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.