Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Field DependentServices of Calculations keep the old UIDs after sync  #63

Description

@ramonski

Steps to reproduce

  • Create a new Senaite instance and setup the AS/Calculations as displayed below
  • Sync only setup items to a new/empty Senaite instance
  • Create a new AR the given Analyses in the new instance
  • Add results for Länge/Breite/Höhe

Translations

  • Länge -> Length
  • Breite -> Width
  • Höhe -> Height
  • Kantenlänge -> Edglength
  • Umfang -> Circumference
  • Grundfläche -> Area
  • Volumen -> Volume

Calculations

  • Edglength: 4 * ([laenge] + [breite] + [hoehe])
  • Circumference: 2 * ([laenge] + [breite])
  • Volume: [laenge] * [breite] * [hoehe]
  • Area: [laenge] * [breite]

Current behavior

The Calculations of the dependant services (Kantenlänge, Umfang, Grundfläche, Volumen) is not triggered

Expected behavior

The Calculations of the dependant services (Kantenlänge, Umfang, Grundfläche, Volumen) is triggered and calculated

Screenshot (optional)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions