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
Describe the bug
When I start a new server without an existing configuration, I am not able to create a database connection via the Command Center. I only use one PostgreSQL connector, so this is the only one and therefore also the default element in the dropdown list. However, the input elements for the database name and the connection string are only displayed by the event that is raised when a connector is selected.
To Reproduce
Steps to reproduce the behavior:
Create and start a MORYX based project with a PostgreSQL Connector only and any database model.
Open the Command Center.
Go to Databases
See missing fields
Expected behavior
The input fields related to the default selected database connector should be displayed immediately.
Screenshots
Environment:
Moryx.CommandCenter.Web Version 6.2.5
Additional context
As a workaround I had added a second option to the dropdown element via the developer console. Then I had selected the second option to force the onChange event and voila the input fields were visible.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I start a new server without an existing configuration, I am not able to create a database connection via the Command Center. I only use one PostgreSQL connector, so this is the only one and therefore also the default element in the dropdown list. However, the input elements for the database name and the connection string are only displayed by the event that is raised when a connector is selected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The input fields related to the default selected database connector should be displayed immediately.
Screenshots
Environment:
Additional context
As a workaround I had added a second option to the dropdown element via the developer console. Then I had selected the second option to force the onChange event and voila the input fields were visible.
The text was updated successfully, but these errors were encountered: