- Issue created by @lpeidro
The Entity Mesh table includes a column labeled “Target Href” whose values are paths like strings. Currently they are rendered as plain text, forcing users to copy and paste the URL.
For usability, these values should be clickable links on HTML page displays and navigate directly to the target. However, when exporting to CSV, the value must remain plain text (no HTML/markup), preserving a “flat” export for downstream processing.
1. Visit the view (admin listing/page display) that shows the Target Href column.
2. Observe that values are shown as plain text, not clickable.
3. Export the same view as CSV (via the CSV/Data export display) and confirm the column is present as text.
Active
1.0
Code