Hello ,
Ember -generates a wrong link to edit the view field.
Fresh install
Drupal 7.35
Chaos tools 7.x-1.7
Views 7.x-3.10+8-dev
Ember 7.x-2.0-alpha3
Test case
a.
1.Change admin theme to Ember
1.Create a block view for Articles
2. Add 2 fields - Global: Custom text (field_1 ,field_2)
3. Try to edit field_1 - http://localhost/drupal735/admin/structure/views/nojs/config-item/test/block_1/field/nothing
4. Try to edit field_2 - http://localhost/drupal735/admin/structure/views/nojs/config-item/test/block_1/field/nothing
link editing is the same for field_1 and field_2
b.
1.Change admin theme to Seven
1.Create a block view for Articles
2. Add 2 fields - Global: Custom text (field_1 ,field_2)
3. Try to edit field_1 - http://localhost/drupal735/admin/structure/views/nojs/config-item/test/block_1/field/nothing
4. Try to edit field_2 - http://localhost/drupal735/admin/structure/views/nojs/config-item/test/block_1/field/nothing_1
Now link it's ok
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 2458483-views-link-deltas.patch | 394 bytes | cameron tod |
Comments
Comment #1
mariusm commentedComment #2
mariusm commentedComment #3
mariusm commentedComment #4
Bcwald commentedI believe this to be caused by this patch:
https://www.drupal.org/node/2430573
Comment #5
cameron tod commentedI think this should fix things.
Comment #6
mariusm commentedpatch #5 solve the problem.
Thanks
Comment #8
Bcwald commentedComment #9
Bcwald commented