[stable23] Allow to tweak default scopes for accounts#32449
Closed
backportbot-nextcloud[bot] wants to merge 1 commit intostable23from
Closed
[stable23] Allow to tweak default scopes for accounts#32449backportbot-nextcloud[bot] wants to merge 1 commit intostable23from
backportbot-nextcloud[bot] wants to merge 1 commit intostable23from
Conversation
Close #6582 Signed-off-by: Thomas Citharel <[email protected]>
tcitworld
requested changes
May 17, 2022
| /** @var string accounts table name */ | ||
| private $table = 'accounts'; | ||
| /** accounts table name */ | ||
| private string $table = 'accounts'; |
|
|
||
| /** @var AccountManager */ | ||
| private $accountManager; | ||
| private AccountManager $accountManager; |
Contributor
|
I suppose if we merge this we would need a new minor release? |
This was referenced Jun 7, 2022
Closed
Closed
Closed
Closed
Merged
Member
|
Does it really need backports? I don't think so. |
Contributor
|
Member
|
At least moving to 23.0.7 for now for it is not even in review state. |
Contributor
|
So seems like we will not merge this? then lets close it. |
Member
|
If we can make it work for 23 with little effort (the php 7.3 compatibility) I'd say do it, else let's skip 23 but def. do 24 |
Merged
Member
|
moving to 23.0.8… |
Merged
Member
|
@PVince81 what do we do here? |
Member
|
let's not backport |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
backport of #31623