Skip to content

client.entities.update_partially() possible failure with date range properties #22

Description

@salvalacruz

The method client.entities.update_partially() fails in this situation:

  • The template contains a date range property.
  • The entity is going to be partially updated contains a date range with only the first date. In example ("03/07/206:").
  • The partial update does not consider this date range but other properties.

The apparent reason is that update_partially gets all properties, add the new values to update respecting the others, and updates again every property. Then, trying to add again "03/07/206:", fails.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions