This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Description 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)
Reactions are currently unavailable
Steps to reproduce
Translations
Calculations
4 * ([laenge] + [breite] + [hoehe])2 * ([laenge] + [breite])[laenge] * [breite] * [hoehe][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)