Skip to content

fix: do not use removed View::getLocalFolder() - #175

Merged
come-nc merged 1 commit into
masterfrom
fix/171/remove-getLocalFolder
Jun 8, 2023
Merged

fix: do not use removed View::getLocalFolder()#175
come-nc merged 1 commit into
masterfrom
fix/171/remove-getLocalFolder

Conversation

@blizzz

Copy link
Copy Markdown
Member

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
Copy Markdown
MemberAuthor

/backport to stable27

@come-nc
come-nc merged commit c129bf6 into masterJun 8, 2023
@delete-merged-branch
delete-merged-branchBot deleted the fix/171/remove-getLocalFolder branch June 8, 2023 08:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

View::getLocalFolder() was removed

2 participants

@blizzz@come-nc