UpstreamDataInc / goosebit

A simplistic, opinionated remote update server implementing hawkBit™'s DDI API.
https://goosebit.rtfd.io
Apache License 2.0
18 stars 3 forks source link

Fix software deletion from UI #90

Closed tsagadar closed 2 months ago

tsagadar commented 2 months ago

UI sends array of IDs as the payload, but backend expected object with files property. Files is not a good naming, so adjusted backend.

UI however should always call the BFF, so some more work required. Not creating a test case for this issue before this bigger refactoring.

Fixes #89