automint / automint-pc

0 stars 0 forks source link

[ft] Treatment is not added, when one is deleted earlier with same name #145

Closed vrlk closed 8 years ago

vrlk commented 8 years ago

Steps

  1. Add a treatment with name : "Wash"
  2. Now delete it.
  3. Now try to add new treatment with same name: "Wash"

    Actual Result

It says successfully added but not displayed on UI.

Expected Result

The older treatment details should be deleted completely from the db and new treatment should be added with new details and should display on UI.