Needs review
Project:
Entity Diff UI
Version:
1.0.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2022 at 21:56 UTC
Updated:
8 Nov 2022 at 01:30 UTC
Jump to comment: Most recent
This is literally a copy of Diff: Missing column headings in Revisions list, which says:
Diff adds to columns to the Revisions list of a node, which get populated with radio buttons. However, since there are no headings to the columns it is completely unclear for the user what these buttons are supposed to do.
The patch is very similar and is attached.
I wonder if the whole form can be re-factored to extend Drupal/diff/Form/RevisionOverviewForm instead of re-creating it?
| Comment | File | Size | Author |
|---|---|---|---|
| entity_diff_ui-missing-column-headers.patch | 1.35 KB | euk |
Comments
Comment #2
mingsongThanks for raising it and the patch.
Waiting for the community to test and confirm.
Good question, I think it depends on whether this module need to follow up the changes made for the Diff module in the feature. At this stage, I don't think so.
Comment #3
mingsong