Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling the Locale module will cause fedora fields to not be populated. #164

Closed
nigelgbanks opened this issue Mar 9, 2016 · 1 comment
Assignees

Comments

@nigelgbanks
Copy link
Member

When Karaf puts to Drupal to update the node, it takes the configured language into account.

Locale not enable:
"field_fedora_path":{"und":[{"value":"http://localhost:8080/fcrepo/rest/66/cc/f4/06/66ccf406-f682-4d31-b08e-a99c049cc7b7"}]}

Locale enabled and language set to english:
"field_fedora_path":{"en":[{"value":"http://localhost:8080/fcrepo/rest/0a/57/68/f0/0a5768f0-20ba-473b-bd76-887edbd165c0"}]}

Problem is the field does not update when any language other than no langage (und) is set for the field and so it's ignored.

@ruebot ruebot added bug labels Mar 9, 2016
@DiegoPino DiegoPino self-assigned this Mar 11, 2016
@dannylamb
Copy link
Contributor

closing d7 related tickets since we're moving to d8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@ruebot @nigelgbanks @DiegoPino @dannylamb and others