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 translated app details #29004

Merged
merged 1 commit into from
Oct 13, 2021

Conversation

nickvergessen
Copy link
Member

@nickvergessen nickvergessen commented Sep 30, 2021

Fix #6024

Signed-off-by: Joas Schilling <coding@schilljs.com>
@@ -163,8 +162,7 @@ public function installApp(string $appId, bool $forceEnable = false): string {
//run appinfo/install.php
self::includeAppScript($basedir . '/appinfo/install.php');

$appData = OC_App::getAppInfo($appId);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is 6y old, the getAppInfo in line 117 is 5y old. I don't see much sense in it. Either they read the same info.xml anyway or we read data from 2 different sources and then either we run old repair-steps and save new remote/public handlers afterwards or the other way around.

@tcitworld
Copy link
Member

Related to #6024 ?

@nickvergessen
Copy link
Member Author

Yes, should fix it

@nickvergessen nickvergessen requested review from tcitworld, a team, PVince81 and icewind1991 and removed request for a team October 1, 2021 12:27
@skjnldsv skjnldsv mentioned this pull request Oct 13, 2021
@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Oct 13, 2021
@nickvergessen nickvergessen merged commit 4cae2cc into master Oct 13, 2021
@nickvergessen nickvergessen deleted the bugfix/noid/fix-translated-app-details branch October 13, 2021 09:37
@nickvergessen
Copy link
Member Author

/backport to stable22

@nickvergessen
Copy link
Member Author

/backport to stable21

Sign up for free to 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.

App with multi-lingual names is shown as Array when upgrading
4 participants