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

[stable27] fix(files): fix extension with custom displayName #39566

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

skjnldsv
Copy link
Member

Fix #39539

We need to use the custom display name extension if it is defined.

@skjnldsv skjnldsv added this to the Nextcloud 27.0.2 milestone Jul 25, 2023
@skjnldsv skjnldsv requested a review from a team July 25, 2023 09:31
@skjnldsv skjnldsv self-assigned this Jul 25, 2023
@skjnldsv skjnldsv requested review from susnux, Pytal and szaimen and removed request for a team July 25, 2023 09:31
@skjnldsv
Copy link
Member Author

/compile amend /

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@skjnldsv
Copy link
Member Author

/backport to master

@susnux susnux merged commit 6d9cf9e into stable27 Jul 28, 2023
36 of 37 checks passed
@susnux susnux deleted the fix/filename-files branch July 28, 2023 10:32
@backportbot-nextcloud
Copy link

The backport to master failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout master
git pull origin master

# Create the new backport branch
git checkout -b fix/foo-master

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-master

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants