-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Dispatch upgradeAppStoreApps event #27648
Conversation
// if (Installer::isUpdateAvailable($app)) { | ||
// $ocsId = \OC::$server->getConfig()->getAppValue($app, 'ocsid', ''); | ||
// | ||
// $this->emit('\OC\Updater', 'upgradeAppStoreApp', [$app]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep old events for backward compatibility ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PVince81 it was not me, who commented that out. IIRC it was commented when app management part was stripped from core
apart from that looks good to me. still WIP ? |
@PVince81 I haven't tested it yet. I'm not used to supply untested code |
would still be good to keep the old hook, unless you think it's private and not used anywhere. if that's the case, then 👍 |
@PVince81 It has a listener in |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.