Problem/Motivation
The 'actions' array item sometimes doesn't exist. And that causes PHP warning.
Example: "$element['subform']['field_module_lessons']['widget']['actions']['ief_add']['#value'];".
Proposed resolution
Always check the key for existence.
Issue fork anu_lms-3342395
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 #3
beloglazov91Comment #4
beloglazov91Comment #6
spleshkaGreat job, thanks Alexey!