Uh oh!
There was an error while loading. Please reload this page.
fix(settings): Reactive UI updates for app group limitations - #55901
Merged
Conversation
artonge
approved these changes
Oct 23, 2025
skjnldsv
approved these changes
Oct 24, 2025
nfebeforce-pushed
the
fix/app-group-limit-immediate-ui-updates
branch
from
October 24, 2025 10:40
9884cd3 to
0c10ea5Comparenfebe
commented
Oct 24, 2025
ContributorAuthor
/compile |
nfebe
enabled auto-merge
October 24, 2025 10:40
AndyScherzinger
commented
Nov 3, 2025
Member
/compile rebase |
nextcloud-commandforce-pushed
the
fix/app-group-limit-immediate-ui-updates
branch
from
November 3, 2025 20:39
c8d85ed to
6dc69f7Comparenfebeforce-pushed
the
fix/app-group-limit-immediate-ui-updates
branch
from
November 4, 2025 08:22
6dc69f7 to
43060e1Comparenfebe
commented
Nov 4, 2025
ContributorAuthor
/compile |
nfebeforce-pushed
the
fix/app-group-limit-immediate-ui-updates
branch
from
November 19, 2025 10:42
43060e1 to
e02325eComparenfebe
commented
Nov 19, 2025
ContributorAuthor
/compile |
juliusknorr
commented
Nov 19, 2025
Member
/backport to stable32 |
juliusknorr
commented
Nov 19, 2025
Member
/backport to stable31 |
The "Limit app usage to groups" functionality previously required a page refresh to display changes when adding or removing group limitations. This occurred due to store synchronization issues between the Pinia and Vuex stores used by different components. Signed-off-by: nfebe <fenn25.fn@gmail.com>
nfebeforce-pushed
the
fix/app-group-limit-immediate-ui-updates
branch
from
November 19, 2025 21:06
957e553 to
de3a9aeComparenfebe
commented
Nov 19, 2025
ContributorAuthor
/compile |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
juliusknorr
disabled auto-merge
November 21, 2025 11:08
Uh oh!
There was an error while loading. Please reload this page.
This was referenced Nov 21, 2025
Merged
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 freeto 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.
The "Limit app usage to groups" functionality previously required a page refresh to display changes when adding or removing group limitations. This occurred due to store synchronization issues between the Pinia and Vuex stores used by different components.