Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): update Form Service Frontend documentation #1683

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/runtime_suite/form-service-frontend/10_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ When the `_v` parameter is specified, the form is set to `readOnly` mode. This m
From `version 1.6.0` the Form-Service Frontend supports the possibility to retrieve form drafts. When calling the `GET /visualizer/{id}` endpoint is possible to specify the `_status` parameter. This parameter will be passed to the Form-Service Backend that, if configured properly, will retrieve the draft version of the requested form data.

#### Form Availability and Expiration date support
From `version 1.10.0` the Form Service enables the configuration of availability and expiration dates for forms via the `builder`. If either of these dates is defined and the relevant conditions are met, the form's `visualizer` will trigger an error message, preventing the form from being presented. You can customize the error message displayed for expired forms through the [configmap in the Form Service Backend](../form-service-backend/configuration).
From version `1.10.0` the Form Service enables the configuration of availability and expiration dates for forms via the `builder`. If either of these dates is defined and the relevant conditions are met, the form `visualizer` will trigger an error message, preventing the form from being rendered. You can customize the error title and message displayed for expired forms through the [configmap in the Form Service Backend](../form-service-backend/configuration).

## Further details

Expand Down