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 #6126: Some broken context menu options #6422

Merged
merged 25 commits into from Apr 17, 2022

Conversation

asrient
Copy link
Contributor

@asrient asrient commented Apr 17, 2022

As discussed here and forum, I have fixed this issue now. On inspection I saw this was caused by an unintentional renaming of an object property while refactoring and moving the resourceInfo function (resourcePath -> filePath).
Apart from this fix I have also now added a type to the returned object that was previously marked as any which partially made us miss this detail. I have also added a test to check for valid return type of the above mentioned function.

Once again I'm sorry for the carelessness and inconvenience caused by this, due to multiple iterations over the last PR I somehow missed to manually check all options that might have been affected at later stages. Will keep this in mind to always manually test for issues before making final PRs.

@laurent22
Copy link
Owner

Thanks for the fix @asrient!

@laurent22 laurent22 merged commit be80018 into laurent22:dev Apr 17, 2022
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.

None yet

2 participants