website/docs: fix missing new name attribute for invitations

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-05-16 20:40:24 +02:00
parent 086a44bdbd
commit 35402ada17
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ slug: "2022.4"
Before this version, you could use both `context['*field_name*']` and `context['prompt_data']['*field_name*']`. The former one has been removed as it could overwrite other data in the context if the field name is the same as another context value. Before this version, you could use both `context['*field_name*']` and `context['prompt_data']['*field_name*']`. The former one has been removed as it could overwrite other data in the context if the field name is the same as another context value.
- Added name field for invitations
Invitations now require a name, used to better identify their purpose.
## New features ## New features
- Application Grouping - Application Grouping