Version where bug was found:
e.g "5.1.0"
Describe the bug
Updating condition payload will store the new payload name in db, but upon updating it back to the old condition-names, wont update the payload values in the DB. Do we want to update the payload names or delete the rows as we don't store them unless payload values are updated. They are the same as condition names earlier.
To Reproduce
Steps to reproduce the behavior:
- Create an experiment.
- Edit the experiment: Change one of the default condition payload to say
p1. This would now store the updated values in the DB.
- Again Edit the experiment: Change the condition payload from
p1 to its default condition name say add-con1. This would not store the updated values in the DB.
Expected behavior
We can either update the DB rows with the default payload names or else delete the data row from DB, as we dont store them initially for default payload values.
Version where bug was found:
e.g "5.1.0"
Describe the bug
Updating condition payload will store the new payload name in db, but upon updating it back to the old condition-names, wont update the payload values in the DB. Do we want to update the payload names or delete the rows as we don't store them unless payload values are updated. They are the same as condition names earlier.
To Reproduce
Steps to reproduce the behavior:
p1. This would now store the updated values in the DB.p1to its default condition name sayadd-con1. This would not store the updated values in the DB.Expected behavior
We can either update the DB rows with the default payload names or else delete the data row from DB, as we dont store them initially for default payload values.