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

CommentFileSizeAuthor
#5 2458483-views-link-deltas.patch394 bytescameron tod

Comments

mariusm’s picture

Issue summary: View changes
mariusm’s picture

Issue summary: View changes
mariusm’s picture

Priority: Normal » Major
Bcwald’s picture

I believe this to be caused by this patch:

https://www.drupal.org/node/2430573

cameron tod’s picture

Assigned: Unassigned » cameron tod
Status: Active » Needs review
StatusFileSize
new394 bytes

I think this should fix things.

mariusm’s picture

patch #5 solve the problem.

Thanks

  • Bcwald committed 5e092dd on 7.x-2.x authored by cam8001
    Issue #2458483 by cam8001: Views - generates a wrong link to edit the...
Bcwald’s picture

Status: Needs review » Fixed
Bcwald’s picture

Status: Fixed » Closed (fixed)