Page 1 of 1

User settings (user properties): bug in management panels

Posted: Fri Jun 12, 2020 1:36 pm
by joost.lijster@siemens.com
Hi,

Trying to implement some basic user settings, I ran into the following problem:

According to the help, settings can be applied per user. Trying to do this, I noticed that the user name for the settings panel would always show "-1", and therefore making user-specific settings impossible.

The bug seems easy:

Using the default users properties panel (vision/ud_users.pnl), clicking the "User settings [...]" button, the following panel shows "-1" for username (see screenshots). Therefore, the settings are always saved to the datapoint -1.

The source of the bug is easily found in the log viewer (see screenshot): the shape simpl has the wrong name. (see screenshots)

--edit: I cannot upload the screenshot of the wrong shapename. Anyhow: the User name textbox is names wrong (or the scripting is incorrect).

Using WinCC OA 3.17 patch 004.

Kind regards,

Joost Lijster

Re: User settings (user properties): bug in management panels

Posted: Mon Jun 15, 2020 7:36 pm
by kilianvp
UserSettingsButton has a error. It should be "UserNameTextBox.text()" instead of "user.text()"