Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing input fields for new database connection #356

Open
VladPxC opened this issue Nov 21, 2023 · 1 comment
Open

Missing input fields for new database connection #356

VladPxC opened this issue Nov 21, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@VladPxC
Copy link

VladPxC commented Nov 21, 2023

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:

  1. Create and start a MORYX based project with a PostgreSQL Connector only and any database model.
  2. Open the Command Center.
  3. Go to Databases
  4. See missing fields

Expected behavior
The input fields related to the default selected database connector should be displayed immediately.

Screenshots
image

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

@VladPxC VladPxC added the bug Something isn't working label Nov 21, 2023
@1nf0rmagician 1nf0rmagician added this to the Framework 6.3.1 milestone Nov 24, 2023
@1nf0rmagician
Copy link
Member

Thanks for the great description of the issue and also for supplying a workaround until we can resolve it! We will be on it 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants