- (@GermanBluefox) Fixed: in the credentials of the system settings, a long translation of the type - "Benutzerdefiniert" in German - ran into the ID next to it, because the column had a fixed width that the text did not fit into. The column is wider now, and a translation that is longer still is cut with an ellipsis and shown in full as a tooltip (#3642)
- (@GermanBluefox) Changed: an object of an adapter can only be deleted in the expert mode now - the delete button in the row, the entry in the context menu and the
Deletekey are gone without it. Deleting such an object can stop the adapter from working, and it is created again at its next start anyway. Objects a user creates themselves (0_userdata.*andalias.*) can still be deleted without the expert mode (#3639) - (@GermanBluefox) Fixed: an object whose ID contains a "/" - e.g.
ocpp.0./TACW1142021G1543.1.meterValues.Power_Active_Import- could not be opened from the object tree. The ID went into the URL unencoded, so it was read back cut off at its first slash: the dialog showed the wrong title, the history settings started at 1 January 1970, the "Chart" tab disappeared and switching the tab ended incan't access property "ocpp.0.". The ID now survives the round trip through the URL (#3634). Needs@iobroker/gui-components10.3.5 - (@GermanBluefox) Fixed: in a multihost system, the Log tab asked its own controller whether
getLogsunderstands a log level, but sent the request to the selected host. If that host still ran an older js-controller, it answered with the complete log file. The question now goes to the host whose log is shown - (@GermanBluefox) Fixed: if a host knows the command
searchLogsbut cannot carry it out - e.g. because it writes no log file at all - the Log tab showed its error. Its files are now read the way those of an older controller are read - (@GermanBluefox) The assistant is shown only on admin tabs, not on the config pages of other adapters.