Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement]: Gruppieren von Gruppen #353

Closed
1 task done
eisbaer721 opened this issue Feb 3, 2024 · 0 comments · Fixed by #356
Closed
1 task done

[enhancement]: Gruppieren von Gruppen #353

eisbaer721 opened this issue Feb 3, 2024 · 0 comments · Fixed by #356
Labels
enhancement 💡 New feature or request

Comments

@eisbaer721
Copy link

No existing issues.

  • There is no existing issue for my problem.

Describe the bug

Wenn man schon ein oder mehrere Gruppen gebildet hat , kann man sie nicht mehr zu einer neuen Gruppe zusammensetzten.
Will man diese Gruppe danach bearbeiten ist das Fenster leer.

To Reproduce

2 einfachte Gruppen aus jeweils 2 Basics

Screenshot 2024-02-03 150945

zu einer Gruppe zusammengefasst.

Screenshot 2024-02-03 151034

Ergebniss: Gruppe 3 bearbeiten

Screenshot 2024-02-03 151122

Expected behavior

sichtbare Gruppen und dann die Möglichkeit diese auch zu ändern ohne die Gruppen auflösen zu müssen.

Screenshots & Logfiles

Gruppenbeispiel :

[ { "tpl": "_tplGroup", "widgetSet": "basic", "data": { "members": [ "i000001", "i000002" ] }, "style": { "left": "798.9931030273438px", "top": "120.00001525878906px", "width": "210.98965454101562px", "height": "132.9861068725586px" }, "_id": "f000001" }, { "tpl": "_tplGroup", "widgetSet": "basic", "data": { "members": [ "w000004", "w000003" ], "bindings": [] }, "style": { "left": 1.99658203125, "top": 66.99652099609375, "width": "208.99307250976562px", "height": "65.98958587646484px", "bindings": [] }, "grouped": true, "groupid": "f000001", "_id": "i000001" }, { "tpl": "_tplGroup", "widgetSet": "basic", "data": { "members": [ "w000001", "w000002" ], "name": "Gruppe 1", "comment": null, "class": null, "filterkey": null, "multi-views": null, "locked": null, "g_fixed": true, "bindings": [] }, "style": { "left": 0, "top": 0, "width": "208.97573852539062px", "height": "65.98958587646484px", "bindings": [] }, "grouped": true, "groupid": "f000001", "_id": "i000002" } ]

Adapter version

2.9.26

js-controller version

5.0.19

Node version

18.19.0

Operating system

Debian

Additional context

No response

@eisbaer721 eisbaer721 added the bug 🐞 Something isn't working label Feb 3, 2024
@foxriver76 foxriver76 added enhancement 💡 New feature or request and removed bug 🐞 Something isn't working labels Feb 3, 2024
@foxriver76 foxriver76 changed the title Gruppieren von Gruppen [bug]: [enhancement] Gruppieren von Gruppen Feb 3, 2024
@foxriver76 foxriver76 changed the title [enhancement] Gruppieren von Gruppen [enhancement]: Gruppieren von Gruppen Feb 3, 2024
foxriver76 added a commit that referenced this issue Feb 5, 2024
- and allow to select widgets in group via click (previously only dropdown worked)
- closes #353
foxriver76 added a commit that referenced this issue Feb 5, 2024
* fixed multiple problems with nested groups

- and allow to select widgets in group via click (previously only dropdown worked)
- closes #353

* rm prop

* also make group/ungroup actions inside group view working

* changelog

---------

Signed-off-by: Max Hauser <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 💡 New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants