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?

Comments

jygastaud’s picture

Hi,

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:

  • Use javascript on click on edit button and allows the user to select the entity he want to edit
  • Use same intermediary page as we already have for bundles selection

I don't know what way can be the best for UX and/or the easiest to implements.

jygastaud’s picture

HI,

Find attach a patch for radio widget and select list when cardinality is 1.

I will try to work on other widgets ASAP.

jygastaud’s picture

Version: 7.x-1.0-alpha6 » 7.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new10.74 KB

Here is a new patch which made Entity Connect edit buttons work for all widgets.

kruser’s picture

The patch works great for me. Thanks for posting that so fast.

jygastaud’s picture

Version: 7.x-1.x-dev » 7.x-1.0-beta1
Status: Needs review » Fixed

Patch is now commited in 7.x-1.0-beta1.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.