nikolagsiderov / APPartment

Home Management System, which is .NET-based. Blazor & MVC as web clients, consuming from a Web API. Services operating with a custom ORM framework, retrieving data from a SQL Server database.
3 stars 2 forks source link

Survey assigning functionality defect #392

Closed nikolagsiderov closed 3 years ago

nikolagsiderov commented 3 years ago

Steps to reproduce:

  1. Create a survey
  2. Assign 2 users
  3. Save survey
  4. Click on assign action
  5. Deselect one of two users
  6. Save/Assign

Expected results: Survey now has only one user assign to it. Actual results: Both users stay assigned to survey.