Closed (fixed)
Project:
Feeds
Version:
8.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2018 at 19:23 UTC
Updated:
7 Nov 2019 at 18:39 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
megachrizWork in progress patch implementing the solution posted in the issue summary. The solution is currently only implemented for targets, not for sources.
Comment #3
megachrizComment #4
megachrizFor the historical D7 issue, see #1561200: Use machine names for better identification of similar field names.
Comment #5
dinesh18 commentedI have reviewed the patch and it works perfectly fine. Here is the screenshot attached before and after patch.
+1 to RTBC
Comment #6
dinesh18 commentedComment #7
megachrizThis is a slightly different implementation. The machine names of the targets got shown in the legend as well, and there the machine names already got displayed.
Also made an other improvement on the way. Some targets don't have a description and in that case the label just ends with a colon. Removed that one. For example the node title target was displayed as "Title:". Now it will be displayed as "Title (title)".
Comment #8
dinesh18 commented#7 patch is the improved patch and it looks better. Here is the screenshot attached after patch
+1 to RTBC
Comment #9
dinesh18 commentedComment #11
megachriz@Dinesh18
Thanks for testing! Committed #7.
I think I leave out machine name support for sources (for now). These are displayed in the legend.
Comment #12
megachrizUpdating issue title to reflect better what is fixed.