You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ich bin kein Programmierer, aber eventuell habe ich etwas gefunden, was ein Problem beim sayit Adapter erklären könnte .
Der Sayit Adapter schmeißt ein 'No app key found in "cloud.0"
Mir ist aufgefallen, dass im admin/jsonConfig.json beim apikey": der "hidden" Parameter mit zwei "!" gesetzt ist.
Nehme ich einen davon raus, klappt es auch mit dem sayit.
Snip:
"apikey": {
"newLine": true,
"hidden": "!!data.useCredentials",
"type": "text",
"sm": 12,
"label": "APP-KEY",
"help": "help_tip"
Hat der doppelte "!" eine Bewandtnis, oder ist dies ein typo?
Gruß & Danke
The text was updated successfully, but these errors were encountered:
Am Ende ist "!!" die konvertierung in einen boolean wert (true/false).
Der originalcode meint also: Wenn "data.useCredentials" gesetzt/checkbox gewählt ist, dann Feld verstecken.
Wenn Du einen "!" wegnimmst dann drehst Du es rum: Wenn die Checkbox NICHT gesetzt ist dann verstecke das Feld.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions.
Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.
Hallo zusammen,
ich bin kein Programmierer, aber eventuell habe ich etwas gefunden, was ein Problem beim sayit Adapter erklären könnte .
Der Sayit Adapter schmeißt ein 'No app key found in "cloud.0"
Mir ist aufgefallen, dass im admin/jsonConfig.json beim apikey": der "hidden" Parameter mit zwei "!" gesetzt ist.
Nehme ich einen davon raus, klappt es auch mit dem sayit.
Snip:
"apikey": {
"newLine": true,
"hidden": "!!data.useCredentials",
"type": "text",
"sm": 12,
"label": "APP-KEY",
"help": "help_tip"
Hat der doppelte "!" eine Bewandtnis, oder ist dies ein typo?
Gruß & Danke
The text was updated successfully, but these errors were encountered: