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

Commits on Mar 18, 2024

  1. Merge pull request #395 from PHOENIXCONTACT/fix/load-step-exception

    Add meaningful exception when populating step parameters
    Toxantron authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5931207 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #397 from jsonBackup/update/query-string

    Bump query-string from 8.2.0 to 9.0.0 in /src/Moryx.CommandCenter.Web
    1nf0rmagician authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    feca326 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Update deprecated webpack.config.js

    * `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.
    seveneleven committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f960cc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ea2f90 View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    seveneleven committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    fad7bf6 View commit details
    Browse the repository at this point in the history
  4. Mark only the selected database/module list item

    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.
    seveneleven committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    37e4a70 View commit details
    Browse the repository at this point in the history
  5. Properly update inputs when clicking (database) menu items

    Input config values seemed to be stuck, when clicking through several database
    contexts. Now the values get updated properly.
    seveneleven committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9df112b View commit details
    Browse the repository at this point in the history