Needs review
Project:
ajaxeditable
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2008 at 18:59 UTC
Updated:
6 May 2008 at 11:19 UTC
Should this support CCK drop downs, radio buttons and checkboxes? It won't accept changes for me on these types - neither in a view nor the node page.
Comments
Comment #1
mdowsett commentedI'm pretty sure this answer is 'no'.
My problem is that I first used editablefields to create a really useful View with fields you can edit and click on the submit button. The fields were date and radio buttons. I was really happy with this.
But then I wanted a node (Bio in this case) to have ajaxeditable fields (just text fields)...with contemplate and this module, it worked like a charm.
The problem is that by enabling this module (ajaxeditable) is screwed up my View with editablefields due to ajaxeditable not supporting these CCK types.
Can it be fixed?
Comment #2
bighoffa commentedI was having the same issue. I did some debugging and it turns out that in my site, some of the fields have the "format" attribute set, and it is not being passed in the request. This was causing the field to not be updated. I am sure that there is a better solution, but I added an "unset" of the "format" attribute retrieved from the node to fix the issue.
See below for updated code -- the unset after the 2 line comment is what I added:
Comment #3
doc2@drupalfr.org commented