openhab-webui
openhab-webui copied to clipboard
Recursive group membership ?
using OH3.0.0, I can declare a group to be part of itself. I guess its not intended. Here gGarage is part of gGarage.
Not an issue for OHC framework (see https://github.com/eclipse-archived/smarthome/issues/5635).
Maybe the user experience can be improved in the UI. Please move this issue to https://github.com/openhab/openhab-webui/issues.
It looks like this issue has a bigger impact than I expected. When adding a Group membership recursive the Semantic model cannot be resolved anymore and loading the Settings -> Model page in the UI ends in en endless loading.
Besides the UI issue fixed with openhab/openhab-core#2736
@kaikreuzer Can you move this issue to openhab-webui?
I've tried to reproduce on openHAB 4.0.0, it is solved:
When trying to make a group member of itself, a alert pops up and says: Cannot add this group as a member of itself
.