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

[bug]: default-Werte für Attribute werden nicht immer übernommen #509

Open
1 task done
Steiger04 opened this issue Dec 21, 2024 · 0 comments
Open
1 task done
Labels
bug 🐞 Something isn't working

Comments

@Steiger04
Copy link

Steiger04 commented Dec 21, 2024

No existing issues.

  • There is no existing issue for my problem.

Describe the bug

Das Problem tritt bei der Entwicklung von Widgets auf. Die Anlage von dynamischen Attribut-Gruppen geht über:

{
   name: "gruppenName",
   label: "gruppen_name_label",
   indexFrom: 1,
   indexTo: "count",
   // indexTo: 3,

   fields: [
      {
         name: iconSize,
         label: icon_size_label,
         type: number,
         default: 24,
      },
      . . .
   ]  
}

count ist ein weiteres field z.B. in der common-Gruppe.
Wird indexTo nach der Anlage des Widgets dynamisch gesetzt (z.B. nach Auswahl einer oid via select und der Auswertung von common.states), dann fehlen sämtliche Felder mit default-Werten im data-Objekt. Wird hingegen indexTo direkt auf einen Wert gesetzt (z.B. 3) und werden somit alle dynamischen Attributgruppen sofort mit Widgeterstellung angelegt, dann sind auch sämtliche Attribute mit ihren default-Werten im data-Objekt vorhanden.

To Reproduce

s. Beschreibung

Expected behavior

s. Beschreibung

Screenshots & Logfiles


Page or affected widget

No response

Adapter version

v2.10.8

js-controller version

v7.0.3

Node version

v22.11.0

Operating system

Win10

Additional context

No response

@Steiger04 Steiger04 added the bug 🐞 Something isn't working label Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant