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

Fix 'stuck' database inputs #402

Closed
wants to merge 7 commits into from
Closed

Conversation

seveneleven
Copy link
Contributor

Input fields of database connection switch properly now, when clicking throug database contexts.

When reviewing, it would be greate if you could test that this fix didn't break anything else.

Toxantron and others added 2 commits March 18, 2024 09:17
Add meaningful exception when populating step parameters
Bump query-string from 8.2.0 to 9.0.0 in /src/Moryx.CommandCenter.Web
@@ -101,8 +101,10 @@ class DatabaseModel extends React.Component<DatabaseModelPropsModel & DatabaseMo
}

public onInputChanged(e: React.FormEvent<HTMLInputElement>, entryName: string): void {
console.log(`${entryName}: ${(e.target as HTMLSelectElement).value}`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to leave the log in here? 🤔

@1nf0rmagician
Copy link
Member

Ahh, the fixes need to be done for release 6 as well 🙈

* `npm run dev` did not succeed anymore, so the `contentBase` needed to be changed
  to `static`.
* Deprecated `--watch` option is now removed from `dev` script.
The previous version could mark multiple list items as active if they were
similar (starting with same string). Now, the path is checked for being a sub
path, rather than just starting with the same string.
Input config values seemed to be stuck, when clicking through several database
contexts. Now the values get updated properly.
@1nf0rmagician
Copy link
Member

Is this issue resolved by #405 or should it be rebased and proceed on release/6?

@seveneleven seveneleven closed this May 7, 2024
@seveneleven seveneleven deleted the bugfix/stuck-database-inputs branch May 7, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants