I'm the current owner of a pair of Drupal modules which help integrate the
Drupal content management framework with the
Moodle learning management system. Drupal and Moodle are among the best open-source packages in their respective spaces, and are likewise both very popular.
by Darren Ferguson
This release fixes a bug; when creating a new content type, the system would try and retrieve the content type’s columns, even though the content type did not yet exist, and fail because of this. One new feature to this module is the hook_draft() implementation. With the new hook, JavaScript information in forms, such as Ajax-built fields in a content creation page, can now be saved and recalled in a draft.
Bug fixes:
- #435532 Fixed bug when the user creates a new content type the system would not check
if the returned fields were indeed valid since on initial creation nothing would
Tags: