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 for error determining install directory on save/load #4331

Merged
merged 7 commits into from
Oct 19, 2023

Conversation

cwisniew
Copy link
Member

@cwisniew cwisniew commented Oct 19, 2023

Identify the Bug or Feature request

Fixes #4330

Description of the Change

Fixes MapTool so the save/load is only prevented to/from the actual install directory (and subdirectories).
I have also added a non-editable text field on the Application panel of the preferences dialog to allow users to easily see where MapTool thinks its installed if they need to report errors.

image

Possible Drawbacks

People could still save/load into the install directories of other versions they have installed, but there is no real way to really determine if a save directory is from another version/install, and we can only protect users from themselves so much.

Documentation Notes

Release Notes

  • No extra documentation required as its a fix to something added in this release

This change is Reviewable

@cwisniew cwisniew changed the base branch from develop to release-1.14 October 19, 2023 05:26
@cwisniew cwisniew changed the title Display installation directory in dev options Fix for error degerming install directory on save/load Oct 19, 2023
@cwisniew cwisniew changed the title Fix for error degerming install directory on save/load Fix for error determining install directory on save/load Oct 19, 2023
@cwisniew cwisniew added the bug label Oct 19, 2023
@cwisniew cwisniew merged commit 3ffc92f into RPTools:release-1.14 Oct 19, 2023
4 checks passed
@cwisniew cwisniew deleted the fix-install-dir-save-issues branch October 19, 2023 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

[Bug]: The check to disable load/save from install directory is using parent directory of the install
2 participants