unfoldedcircle / feature-and-bug-tracker

Feature and bug tracker repository for Unfolded Circle products
22 stars 0 forks source link

Custom IR Codes stay in internal DB after deletion #205

Closed Marco4223 closed 7 months ago

Marco4223 commented 7 months ago

Is there an existing issue for this?

Description

After I deleted my old IR Codes set the export still contains that set. So when I try to setup one new with the same name I got the information that there still one exist.

How to Reproduce

Go to remotes and delete one of the existing remote sets. Try to create a blank one with the same name. To check if they still exist go to settings and export the custom IR codes

Expected behavior

If I delete a set it should be permanently deleted.

System version

1.4.8

What part of the system affected by the problem?

No response

Additional context

No response

kennymc-c commented 7 months ago

By deleting the remote entity you are not deleting the actual code set in the DB. Currently you have to delete custom code sets via the API as described in #4 .

Marco4223 commented 7 months ago

Thx for letting em know. Then I can close this one.