ioBroker.admin icon indicating copy to clipboard operation
ioBroker.admin copied to clipboard

Display error of a dialog box in configuration dialog with 6.2.3 and 6.2.4

Open afuerhoff opened this issue 2 years ago • 9 comments

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. image

To Reproduce
Steps to reproduce the behavior:

  1. Install adapter fb-checkpresence
  2. Configure the adapter that it works and switch to family settings.
  3. In the tab you has to cklick on "Add family members"
  4. 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 avatar Jul 28 '22 11:07 afuerhoff

@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 grafik

Feuer-sturm avatar Jul 28 '22 18:07 Feuer-sturm

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 avatar Jul 28 '22 20:07 afuerhoff

@afuerhoff Can this issue be closed because you have a new version of your adapter fb-checkpresence?

Feuer-sturm avatar Jul 29 '22 12:07 Feuer-sturm

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.

afuerhoff avatar Jul 29 '22 14:07 afuerhoff

Was it retested with 5.2.10 or such from today?

Apollon77 avatar Jul 29 '22 14:07 Apollon77

With admin 5.3.8 I have no problems. Tested with my productive system.

afuerhoff avatar Jul 29 '22 14:07 afuerhoff

hehe ... typo ... meanted 6.2.10

Apollon77 avatar Jul 29 '22 14:07 Apollon77

With 6.2.10 the same error.

afuerhoff avatar Jul 29 '22 14:07 afuerhoff

With 6.2.11 also the same. But I think it could be a hidden error in my adapter.

afuerhoff avatar Jul 30 '22 07:07 afuerhoff

@afuerhoff I close this issue. If you find out that it is still an admin issue we can reopen this issue.

Feuer-sturm avatar Aug 14 '22 11:08 Feuer-sturm