title says it al.

CommentFileSizeAuthor
#1 1806822-2.patch3.39 KBswentel

Comments

swentel’s picture

StatusFileSize
new3.39 KB
swentel’s picture

Version: 7.x-2.x-dev » 8.x-1.x-dev
Status: Active » Patch (to be ported)

Fixed in D7 branch, moving to 8.x

swentel’s picture

Also make ds fields storage and keys consistent with core.

swentel’s picture

Core formatters are also lost, so make sure we revise.

swentel’s picture

Version: 8.x-1.x-dev » 8.x-2.x-dev
swentel’s picture

Title: Make hook_field_formatter_settings_alter work on ds fields » Make formatter settings work in general hook_field_formatter_settings_alter work on ds fields
Status: Patch (to be ported) » Active
aspilicious’s picture

Problem is that our settings aren't available in the normal alter hook. Our settings are saved in the formstate and not on the field and guess whats not getting passed. Thats right the formstate :p.

Probably fixed when switching to the other storage.
So summaries are broken at the moment.
Can we postpone this on that issue...

Wants that core patch to get in :(

aspilicious’s picture

Issue summary: View changes
Status: Active » Closed (fixed)