Describe the bug
Unable to update scrapertext category through http client API call
To Reproduce
Steps to reproduce the behavior:
Add categories and scrapertext to your local database (and pull in latest dev branch)
Run the API and WPF project
set a break point like the screen shot and you will see if is calling the API correctly
Drag a card to a new category
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
Which application was the issue detected on:
[x] Desktop
[ ] Website UI
[ ] Mobile UI
[x] API
[ ] WebScraper
Additional context
Seems like the category isn't a part of the update at all right now
Describe the bug Unable to update scrapertext category through http client API call
To Reproduce Steps to reproduce the behavior:
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
Which application was the issue detected on:
Additional context Seems like the category isn't a part of the update at all right now