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: do not use removed View::getLocalFolder() #175

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

blizzz
Copy link
Member

@blizzz blizzz commented Jun 7, 2023

Actually without replacement. Prior to NC 27 it was implemented on local storage only, trying to run it would have led into an Exception – if folders were not filtered out here already. Since the method would actually only make sense for external folders, removing it seems to be the reasonable decision, and actually does not remove functionality.

fixes #171

obsoletes #174

Actually without replacement. Prior to NC 27 it was implemented on local
storage only, trying to run it would have led into an Exception – if
folders were not filtered out here already. Since the method would
actually only make sense for external folders, removing it seems to be
the reasonable decision, and actually does not remove functionality.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@blizzz
Copy link
Member Author

blizzz commented Jun 7, 2023

/backport to stable27

@come-nc come-nc merged commit c129bf6 into master Jun 8, 2023
@delete-merged-branch delete-merged-branch bot deleted the fix/171/remove-getLocalFolder branch June 8, 2023 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

View::getLocalFolder() was removed
2 participants