Hi

I have tried to add Image Alt and Image Title editable fields to views editable table but without success.

They are available at field selection list, but when they are added nothing happens. They are not added to filed list.

Marking as bug since "File: Alt Text (editable)" and "File: Title Text (editable)" exists for selection, but they do not work. For me at least.

My config:

D7.38
Editable Views 7.x-1.0-beta10
File Entity 7.x-2.0-beta2

Comments

devad created an issue. See original summary.

joachim’s picture

Status: Active » Postponed (maintainer needs more info)

> They are not added to filed list.

Do you mean they don't even show in the field list in the UI?

Can you do some debugging to see if Views produces any errors?

devad’s picture

Thnx for reply joachim

Do you mean they don't even show in the field list in the UI?

After I select "File: Alt Text (editable)" field to be added to field list it is expected for field settings window to be opened. However, field settings window does not open, and field is not added to the field list. No error is loged to dblog reports.

I have tried to make the same view at other drupal installation, and I have succeeded to make it without any problem. So, I suppose some module incopatibility or patch incopatibility is the reason for this behaviour.

I have 300+ contrib modules installed at quite complex site, and some pathes as well, so debugging it would take time which I don't have at the moment. If someone else will have similar problem maybe we can investigate it further, but for now I do not have a plan to go into it deeper and investigate what module/patch incopatibility is causing this behaviour.

joachim’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

> However, field settings window does not open,

Sounds like some sort of JS problem with the Views UI. Check you don't have a too old or new version of jQuery, and if you have jQuery Update, turn it off for admin pages.

devad’s picture

I have tried to turned off jquery update on admin pages. But the same problem is still here.

I have just discovered that it is not problem with Alt and Title Text image fields only, but it exist when I Try to add some other editable fields (attached to other entities) as well.

I have managed to create Editable image view with editable Alt and Title Text fields at separate drupal installation, and I have exported it there and imported it into my site. And it works.

If I find out what is wrong, and why I can not add some editable fields to my editable views I will post here.