tableau-mkt-archived / entity_xliff

Drupal module that provides an API for entity serialization in the XLIFF format.
https://drupal.org/project/entity_xliff
2 stars 0 forks source link

Allow Link field href to be exported/imported #118

Closed iamEAP closed 7 years ago

iamEAP commented 8 years ago

In the spirit of "shrinkwrap the whole entity" it makes sense to include the "href" attribute of the Link field (from Link module) to be included in XLIFF exports/imports.

This allows scenarios where translators have been directed to manually alter links during translation (or for upstream systems to filter out the href if so desired).

iamEAP commented 8 years ago

Should be a quick update to this file (plus tests): https://github.com/tableau-mkt/entity_xliff/blob/7.x-1.x/src/Drupal/FieldHandlers/LinkFieldHandler.php

also related to www7 #3584

dsullivantableau commented 7 years ago

Can we escalate this to high?

jkopel commented 7 years ago

Fixed in #139