Needs work
Project:
Multifield
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2016 at 10:50 UTC
Updated:
6 Jun 2017 at 15:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mustanggb commentedBy the looks of it this entails implementing a multifield_field_diff_view().
Comment #3
dave reidI think this look like it resolves it.
Before:

After:

Comment #4
dave reidI also found a bunch of issues related to revisions and image/file fields that were fixed separately in #2750435: When creating new revision, file usage is not preserved correctly, but I noticed them due to this issue!
Comment #6
dave reidTested and committed #3 to 7.x-1.x. Now working on adding tests.
Comment #7
mustanggb commentedSo I tested the patch and whilst it does make it less messy, it's not really easier to understand what it's showing you.
I've attached an example of what I mean, with a suggestion of how it could be displayed in a more understandable way.
Comment #8
itamar commentedThe current solution doesn't allow to distinguish between different multifield items.
This patch encodes each multifield as json, to allow displaying multifields separately.