Downloads

Download tar.gz 28.77 KB
MD5: 2302bd040133a0c32b0f11b24414d72c
SHA-1: 14045a3c44a06e86d4c5c4dd65cbed4a4ff69994
SHA-256: 0c3e9a42f238eb44e7caacb515e8345d9972b2a784daacc271f8b640b1aa8065
Download zip 36.62 KB
MD5: 8f83710a300911f2b1cc343f8cc3ed75
SHA-1: 89c7f88f620eff17633690687408d7567017e6ea
SHA-256: 1133da78916122c41dce134f4b76b8720b23087ef16ef670e780d0422fd9a531

Release notes

This release fixes one bug in the code when creating a new content type the system would try and retrieve the columns and fail because the content type did not exist at that moment.

One new feature too this module is the hook_draft() implemenetation. This hook is designed so that people who are using modules which utilize Ajax to create form elements on the fly once the form is on the screen can populate the form with the pertinent elements if they are trying to load the draft from it. This will allow the draft with the on the fly elements to be loaded correctly in the system.

New Feature:
- #424592 Added hook_draft() to the module this allows other modules that utilize ajax in order
to add more elements too the forms too populate the form array based on the information
stored in the drafts table before the form is displayed. This allows for the module to
work correctly with these module provided someone writes a handler to provide that information

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
be valid however the system still wanted to utilize it as an array

Created by: darren.ferguson
Created on: 20 Apr 2009 at 19:47 UTC
Last updated: 20 Apr 2009 at 19:50 UTC
New features
Bug fixes
Unsupported

Other releases