website/docs: prepare 2022.7.3
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
f909b86338
commit
ad07984158
|
@ -87,6 +87,16 @@ slug: "2022.7"
|
||||||
- stages/prompt: add basic file field (#3156)
|
- stages/prompt: add basic file field (#3156)
|
||||||
- tenants: add default_locale read only field, pre-hydrate in flows and read in autodetect as first choice
|
- tenants: add default_locale read only field, pre-hydrate in flows and read in autodetect as first choice
|
||||||
|
|
||||||
|
## Fixed in 2022.7.3
|
||||||
|
|
||||||
|
- core: delete expired models when filtering instead of excluding them
|
||||||
|
- providers/oauth2: correctly log authenticated user for OAuth views using protected_resource_view
|
||||||
|
- sources/oauth: use oidc preferred_username if set, otherwise nickname
|
||||||
|
- stages/consent: fix permissions for consent API (allow owner to delete)
|
||||||
|
- stages/prompt: force required to false when using readonlyfield
|
||||||
|
- stages/prompt: try to base64 decode file, fallback to keeping value as-is
|
||||||
|
- web/elements: improve contrast for codemirror backgrounds
|
||||||
|
|
||||||
## Upgrading
|
## Upgrading
|
||||||
|
|
||||||
This release does not introduce any new requirements.
|
This release does not introduce any new requirements.
|
||||||
|
|
Reference in New Issue