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

Use proper app id in Version.vue #40619

Merged
merged 2 commits into from Sep 26, 2023
Merged

Conversation

artonge
Copy link
Contributor

@artonge artonge commented Sep 25, 2023

Fix #40479

Signed-off-by: Louis Chemineau <louis@chmn.me>
@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, susnux, Pytal 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 <louis@chmn.me>
@artonge
Copy link
Contributor Author

artonge commented Sep 26, 2023

CI failure unrelated

@artonge artonge merged commit e08fc29 into master Sep 26, 2023
36 of 39 checks passed
@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
3 participants