Closed (fixed)
Project:
Install Profile API (obsolete)
Version:
6.x-1.x-dev
Component:
CRUD functions and includes
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
27 Sep 2008 at 22:23 UTC
Updated:
16 Apr 2017 at 20:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedThis patch isn't perfect, but it works. The changes in CCK admin form are connected with the new layout that lets you add a new field, edit an existing field or add a fieldgroup from the overview form. The submit function this module relies on are no longer there.
Perhaps this patch will help folks get through the woods until CCK settles down and the module's maintainers get a chance to do a better job than I have done!
Comment #2
Anonymous (not verified) commentedP.S. you now have to specify the widget type you want when you use install_add_existing_field.
Comment #3
dan_lennox commentedI ran into the same problem testing out the API, I applied the above patch and the problem was resolved. thanks :)
Comment #4
moshe weitzman commentedbased on the positive review I committed this. We can tweak as needed.