Currently I only get an Edit button when using an autocomplete field widget. Are there any plans for adding edit functionality when using the Select List or Checkbox/Radio widgets?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1748440-Allow_editing_with_other_widget_types-3.patch | 10.74 KB | jygastaud |
| #2 | 1748440_allow_editing_with_other_widget_types_2.patch | 6.74 KB | jygastaud |
Comments
Comment #1
jygastaud commentedHi,
Yes, there is plan to add that functionality for other widgets.
Currently that's disable because we need to be able to deals with multiple values.
So the plan is to 1st allows edit button on other widget when they are only with a cardinality set to "1".
2nd step will be to manage multiple values but I don't know how to manage these.
I see 2 ways possible:
I don't know what way can be the best for UX and/or the easiest to implements.
Comment #2
jygastaud commentedHI,
Find attach a patch for radio widget and select list when cardinality is 1.
I will try to work on other widgets ASAP.
Comment #3
jygastaud commentedHere is a new patch which made Entity Connect edit buttons work for all widgets.
Comment #4
kruser commentedThe patch works great for me. Thanks for posting that so fast.
Comment #5
jygastaud commentedPatch is now commited in 7.x-1.0-beta1.