web: Fix stale table rows (cherry-pick #17940 to version-2025.10)#18408
web: Fix stale table rows (cherry-pick #17940 to version-2025.10)#18408rissson merged 5 commits intoversion-2025.10from
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## version-2025.10 #18408 +/- ##
================================================
Coverage 92.93% 92.94%
================================================
Files 869 869
Lines 48025 48025
================================================
+ Hits 44633 44637 +4
+ Misses 3392 3388 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* web: Reset selection state after refresh. * web: Only select row when not expandable. * web: Only render expandable content when row is expanded. * web: Use `repeat` directive.
cdd9df3 to
49198b7
Compare
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-388904d75face635faffb25141fd3e21c252889a
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-388904d75face635faffb25141fd3e21c252889aAfterwards, run the upgrade commands from the latest release notes. |
Cherry-pick of #17940 to
version-2025.10branch.Original PR: #17940
Original Author: @GirlBossRush
Cherry-picked commit: 171305c
Please resolve the conflicts in this PR before merging.