-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Share type sciencemesh #37139
Share type sciencemesh #37139
Conversation
Signed-off-by: Michiel de Jong <michiel@unhosted.org>
Signed-off-by: Louis Chemineau <louis@chmn.me>
*/ | ||
private function getSciencemeshShareHelper() { | ||
if (!$this->appManager->isEnabledForUser('sciencemesh')) { | ||
throw new QueryException(); |
Check notice
Code scanning / Psalm
DeprecatedClass
*/ | ||
private function getSciencemeshShareHelper() { | ||
if (!$this->appManager->isEnabledForUser('sciencemesh')) { | ||
throw new QueryException(); |
Check notice
Code scanning / Psalm
DeprecatedClass
/backport to stable26 |
Would it be possible to get this backported to stable25 as well? Seeing that 26 is still 6 months away for enterprise customers? |
26 enterprise is planned for next month given 26 is is then considered enterprise-ready |
/backport to stable25 |
Local copy of #36228 to be able to push changes.