ioBroker.admin
ioBroker.admin copied to clipboard
Display error of a dialog box in configuration dialog with 6.2.3 and 6.2.4
Describe the bug
A dialog box in adapter fb-checkpresence has an doubled table header. see picture
With v6.2.1 and v6.2.2 all is ok. With v6.2.3 and v6.2.4 the error occours.
To Reproduce
Steps to reproduce the behavior:
- Install adapter fb-checkpresence
- Configure the adapter that it works and switch to family settings.
- In the tab you has to cklick on "Add family members"
- See error in the dialog box
Expected behavior
As in the version 6.2.2
Screenshots & Logfiles
see above
Versions:
- Adapter version: 6.2.3 and 6.2.4
- JS-Controller version: 4.0.23
- Node version: v16.16.0
- Operating system: Raspbian GNU/Linux 11 (bullseye)
Additional context
Browser: Edge and Chrome
@afuerhoff Can you please double check with Admin 6.2.6?
I just installed the adapter on my test system and this it how it looks like on my system
With admin 6.2.6 the same problem as in your picture.
I have made some investigations in my adapter and I changed following in index_m.js:
$(id).append(dialogDevices); -> $(id).html(dialogDevices);
This solves the problem. But I am wondering why with v6.2.1 and all versions before there was no problem.
@afuerhoff Can this issue be closed because you have a new version of your adapter fb-checkpresence?
It's ok for me that you close the topic. But I don't know if this could be a problem of the admin adapter as I only had this problem with version greater than 6.2.3 of the admin adapter.
Was it retested with 5.2.10 or such from today?
With admin 5.3.8 I have no problems. Tested with my productive system.
hehe ... typo ... meanted 6.2.10
With 6.2.10 the same error.
With 6.2.11 also the same. But I think it could be a hidden error in my adapter.
@afuerhoff I close this issue. If you find out that it is still an admin issue we can reopen this issue.