Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Jun 6, 2024
1 parent e4b60ca commit 33da29d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/site/markdown/forms/spaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,23 @@ This example will filter all sections starting with the String 'Production'.

### Default Selection

It is also possible to pre-select a default value for this component. In this case the first section where the current user is member of will be assigned. Possible member options are `member|manager|team|assist`.
It is also possible to pre-select a default value for this component. In this case the first section where the current user is member of will be assigned.
The feature can be activated by the option `default-selection=[member|manager|team|assist];`.

Possible member options are:

- member - Current user must be a member of one of the section roles
- manager - Current user must be manager of the section
- team - Current user must be team member of the section
- assist - Current user must be assist of the section


Example:

```xml
<item type="custom"
path="spaceref"
options="default-selection=[team];"
options="default-selection=team;"
label="Department:" />
```

Expand Down

0 comments on commit 33da29d

Please sign in to comment.