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
Describe the bug
Upon posting the nominal/actual values for the experiment detail editor all formsets try to delete previous inputs and update with the values present in the form. Formsets should only update when changes occur in that formset. Django implementation could impact this bug. Error returned from post method below:
OperationalError at /experiment_update/98b868e6-e0a0-4648-9150-7c6d640af9c2
cannot update view "vw_workflow_action_set"
DETAIL: Views that do not select from a single table or view are not automatically updatable.
HINT: To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule.
To Reproduce
Steps to reproduce the behavior:
Select an organization and navigate to Create Experiment
Create any experiment and submit
Navigate to Experiment List
Select pen and paper icon to edit the information for that specific experiment
Edit details within the detail experiment editor
Submit. Error will display within the web browser or the terminal used for running escalate
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Upon posting the nominal/actual values for the experiment detail editor all formsets try to delete previous inputs and update with the values present in the form. Formsets should only update when changes occur in that formset. Django implementation could impact this bug. Error returned from post method below:
OperationalError at /experiment_update/98b868e6-e0a0-4648-9150-7c6d640af9c2
cannot update view "vw_workflow_action_set"
DETAIL: Views that do not select from a single table or view are not automatically updatable.
HINT: To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: