Skip to content

Conversation

@artonge
Copy link
Contributor

@artonge artonge commented Sep 25, 2023

Fix #40479

Signed-off-by: Louis Chemineau <[email protected]>
@artonge artonge self-assigned this Sep 25, 2023
@artonge artonge added this to the Nextcloud 28 milestone Sep 25, 2023
@artonge artonge requested review from a team, Pytal, susnux and szaimen and removed request for a team September 25, 2023 13:24
@artonge
Copy link
Contributor Author

artonge commented Sep 25, 2023

/backport 58bb982 to stable27

@artonge
Copy link
Contributor Author

artonge commented Sep 25, 2023

/backport 58bb982 to stable26

@artonge
Copy link
Contributor Author

artonge commented Sep 25, 2023

/backport 58bb982 to stable25

Signed-off-by: Louis Chemineau <[email protected]>
@artonge artonge enabled auto-merge September 25, 2023 13:40
@artonge artonge disabled auto-merge September 26, 2023 12:15
@artonge
Copy link
Contributor Author

artonge commented Sep 26, 2023

CI failure unrelated

@artonge artonge merged commit e08fc29 into master Sep 26, 2023
@artonge artonge deleted the artonge/fix/l10n_id_in_files_versions branch September 26, 2023 12:15
@backportbot-nextcloud
Copy link

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

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

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

# 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-stable25

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

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: The translation not working for some strings in "files_versions" app

5 participants