Unskilledcrab / Polysense

Making the political world easy to understand
Apache License 2.0
0 stars 1 forks source link

Unable to update scrapertext category through API #50

Closed Unskilledcrab closed 3 years ago

Unskilledcrab commented 3 years ago

Describe the bug Unable to update scrapertext category through http client API call

To Reproduce Steps to reproduce the behavior:

  1. Add categories and scrapertext to your local database (and pull in latest dev branch)
  2. Run the API and WPF project
  3. set a break point like the screen shot and you will see if is calling the API correctly
  4. Drag a card to a new category
  5. Close app and reopen and you will see it did not update the card

Expected behavior When a ScraperText is sent to the PUT request of the api with a new category name, the category should update for the ScraperText model

Screenshots image

Which application was the issue detected on:

Additional context Seems like the category isn't a part of the update at all right now