| ... | ... | @@ -30,3 +30,21 @@ This is necessary because |
|
|
|
|
|
|
|
1. depending on the workflow, some references may not be available
|
|
|
|
2. the user may not have access to all references
|
|
|
|
|
|
|
|
Remember that this is just one of the options a query takes, it can still be combined with all the others (page, conds, attrs etc).
|
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
"context": {
|
|
|
|
"module": "core",
|
|
|
|
"entity": "unit",
|
|
|
|
"transition": "site_admin_create",
|
|
|
|
"attribute": "parent"
|
|
|
|
},
|
|
|
|
"conds": {
|
|
|
|
"name": {
|
|
|
|
"-like": "S%"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
``` |
|
|
\ No newline at end of file |