Skip to content

[stable32] fix: add a11y name in password share button - #64196

Merged
susnux merged 1 commit into
stable32from
fix/a11y-password-share-button
Sep 15, 2026
Merged

susnux merged 1 commit into
stable32from
fix/a11y-password-share-button

Conversation

@kristian-zendato

@kristian-zendato kristian-zendato commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Add a11y name to public share password button

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

@kristian-zendato
kristian-zendato requested a review from a team as a code owner September 10, 2026 17:05
@kristian-zendato
kristian-zendato requested review from Altahrim, leftybournes, provokateurin and salmart-dev and removed request for a team September 10, 2026 17:05
Signed-off-by: kristian-zendato <kristian.zendato@nextcloud.com>
@kristian-zendato
kristian-zendato force-pushed the fix/a11y-password-share-button branch from 6d858c4 to f4702d4 Compare September 10, 2026 17:07
@susnux susnux linked an issue Sep 11, 2026 that may be closed by this pull request
8 tasks
@susnux

susnux commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

/backport to stable33

@susnux
susnux requested a review from skjnldsv September 11, 2026 13:03
@susnux
susnux merged commit 8f42f55 into stable32 Sep 15, 2026
190 of 200 checks passed
@susnux
susnux deleted the fix/a11y-password-share-button branch September 15, 2026 17:11
@backportbot

backportbot Bot commented Sep 15, 2026

Copy link
Copy Markdown

The backport to stable33 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable33
git pull origin stable33

# Create the new backport branch
git checkout -b backport/64196/stable33

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick f4702d4b

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/64196/stable33

Error: Failed to check for changes with origin/stable33: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

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.

[Bug]: Accessibility: Missing accessibility name in password share button

3 participants