Skip to content

Conversation

@salmart-dev
Copy link
Contributor

@salmart-dev salmart-dev commented Aug 26, 2025

The condition was checking shares.length to display the Others with access component, but shares is filled only on expanding that section, rendering the section never visible.

Summary

The section "Others with access" disappeared on NC 31.

A v-if was added with shares.length to hide the section if no shares are present. However, the shares list is populated only when the component is expanded. This PR undoes the change that makes the section always invisible without a way to ever show it.

Screenshot From 2025-08-26 17-32-52 Screenshot From 2025-08-26 17-32-39

Checklist

@salmart-dev salmart-dev requested a review from a team as a code owner August 26, 2025 15:30
@salmart-dev salmart-dev requested review from nfebe, susnux and szaimen and removed request for a team August 26, 2025 15:30
@salmart-dev salmart-dev self-assigned this Aug 26, 2025
Copy link
Contributor

@szaimen szaimen left a comment

Choose a reason for hiding this comment

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

Tested, works and LGTM. Thanks for fixing ☺️

@szaimen szaimen added this to the Nextcloud 32 milestone Aug 27, 2025
@szaimen
Copy link
Contributor

szaimen commented Aug 27, 2025

/backport to stable31

@susnux
Copy link
Contributor

susnux commented Aug 27, 2025

/compile rebase

salmart-dev and others added 2 commits August 27, 2025 12:14
The condition was checking shares.length to display the Others with
access component, but shares is filled only on expanding that section,
rendering the section never visible.

Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@nextcloud-command nextcloud-command force-pushed the fix/51733/othersWithAccessMissing branch from 08ccf66 to 51468bc Compare August 27, 2025 12:16
@salmart-dev salmart-dev merged commit abd971b into master Aug 27, 2025
137 of 154 checks passed
@salmart-dev salmart-dev deleted the fix/51733/othersWithAccessMissing branch August 27, 2025 12:57
@nextcloud-bot nextcloud-bot mentioned this pull request Aug 28, 2025
@salmart-dev
Copy link
Contributor Author

salmart-dev commented Aug 29, 2025

Note for tracking purposes: The change hiding the section was introduced in #50282

@skjnldsv skjnldsv modified the milestones: Nextcloud 32, Nextcloud 33 Sep 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No more "others with access" information on Nextcloud 31

6 participants