Problem/Motivation
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork lms-3593215
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
graber commentedComment #6
catchThis changed the API for hook_course_start_link() and is incompatible with the approach in lms_membership_request() - $build ends up being
NULLwhich then causes a fatal error when passed to count().Comment #9
graber commentedSetting to fixed again. I'll add test coverage in #3595836: Simplify StartLinkFieldItemList logic, add test coverage. Thanks!
Comment #12
graber commented