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 several bugs found in production #84

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Conversation

jreed1701
Copy link
Collaborator

Bugs fixed:

  1. Resolves Bug: Adding Arg: Checking required not saving as required #78 - Removed option to create a new argument and make it required. Users should not be able to add a required argument.
  2. Resolves Add ability to disabled "Add Argument" for specific game server. #79 - Devs can now block users from adding any arguments for a given game server implementation.
  3. Resolves Bug: Windows path forward slash when returned from browse button. #74 - Correct linux paths from showing up on windows in the new argument window/widget.
  4. Resolves Bug: Saving a new argument is resulting in it being added multiple times. #76 - Fix duplicate arguments adding while adding a single argument. There was an issue where the Game Manager windows refreshing itself would cause a delay which resulted in the duplication.

Other fixes:

  • Decreased refresh interval on Game Manager window from 15 to 6 seconds.

Bugs fixed:
1. Resolves #78 - Removed option to create a new argument and make
   it required.  Users should not be able to add a required argument.
2. Resolves #79 - Devs can now block users from adding any arguments
   for a given game server implementation.
3. Resolves #74 - Correct linux paths from showing up on windows in
   the new argument window/widget.
4. Resolves #76 - Fix duplicate arguments adding while adding a single
   argument.  There was an issue where the Game Manager windows
   refreshing itself would cause a delay which resulted in the duplication.

Other fixes:
* Decreased refresh interval on Game Manager window from 15 to 6 seconds.
@jreed1701 jreed1701 added bug Something isn't working enhancement New feature or request labels Jul 31, 2024
@jreed1701 jreed1701 self-assigned this Jul 31, 2024
@jreed1701 jreed1701 merged commit 42e4e53 into develop Jul 31, 2024
5 checks passed
@jreed1701 jreed1701 deleted the bug-fixes-several branch July 31, 2024 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Done
1 participant