You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.
I have a problem with a single value field from the Cached Computed Field module. The field is used to store data that is retrieved from a third party REST API, along with an expire time when the field needs to be refreshed . The field has two properties: value and expire which both are integers. I have mapped the value field to be a http://schema.org/userInteractionCount and the expire field is a http://schema.org/expires.
When I populate this field on an entity and save it everything seems to work fine. However when I load the entity again, then the field suddenly contains two items, one containing the value and the other containing the expire:
Original post (from https://www.drupal.org/project/rdf_entity/issues/2892361) from @pfrenssen:
I have a problem with a single value field from the Cached Computed Field module. The field is used to store data that is retrieved from a third party REST API, along with an expire time when the field needs to be refreshed . The field has two properties: value and expire which both are integers. I have mapped the value field to be a http://schema.org/userInteractionCount and the expire field is a http://schema.org/expires.
When I populate this field on an entity and save it everything seems to work fine. However when I load the entity again, then the field suddenly contains two items, one containing the value and the other containing the expire:
The expected result is to have a single field item containing both properties:
The text was updated successfully, but these errors were encountered: