iobroker-community-adapters / ioBroker.alias-manager

Manages iobroker aliases
MIT License
12 stars 2 forks source link

common.states deleted on save #35

Closed ldittmar81 closed 2 years ago

ldittmar81 commented 2 years ago

Describe the bug
I got some alias with common.states (List of text values for numbers like {0:'aus',1:'an',2:'auto'}) and if I save a change with the manager, common.states were deleted.

To Reproduce
Steps to reproduce the behavior:

  1. Create a alias
  2. Add common.states
  3. Open with adapter
  4. Edit and save it
  5. common.states is deleted

Expected behavior
Maybe to edit common.states over this adapter

sbormann commented 2 years ago

Unbelievable, that this was not recognized before. Fix is on github. Thanks