web/admin: fix toggle-group for bindings now showing up#19820
Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19820 +/- ##
==========================================
- Coverage 93.26% 93.24% -0.03%
==========================================
Files 965 965
Lines 53120 53120
==========================================
- Hits 49545 49531 -14
- Misses 3575 3589 +14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-6eab0bd35b5d885b9ec65e578baa78a59facfdb3
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-6eab0bd35b5d885b9ec65e578baa78a59facfdb3Afterwards, run the upgrade commands from the latest release notes. |
* web/admin: fix toggle-group for bindings now showing up Signed-off-by: Jens Langhammer <jens@goauthentik.io> * actually dont use object.values Signed-off-by: Jens Langhammer <jens@goauthentik.io> * actually even cleaner Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* web/admin: fix toggle-group for bindings now showing up Signed-off-by: Jens Langhammer <jens@goauthentik.io> * actually dont use object.values Signed-off-by: Jens Langhammer <jens@goauthentik.io> * actually even cleaner Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
…19820 to version-2025.12) (#19895) web/admin: fix toggle-group for bindings now showing up (#19820) * web/admin: fix toggle-group for bindings now showing up * actually dont use object.values * actually even cleaner --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens L. <jens@goauthentik.io>
introduced via #19562
(66d6d88#diff-d853bbcf1d371114e5a0e093e94ed39cb0f879bb3b2c35886d162442fa8e05b9L4-R10)