12.17.0
New features
{
"resourceType": "com.ritense.document.domain.impl.JsonSchemaDocument",
"action": "view_list",
"roleKey": "ROLE_USER",
"conditions": [
{
"type": "field",
"field": "assigneeId",
"operator": "==",
"value": "${currentUserId}"
}
]
},
{
"resourceType": "com.ritense.document.domain.impl.JsonSchemaDocument",
"action": "view",
"roleKey": "ROLE_USER",
"conditions": [
{
"type": "field",
"field": "assigneeId",
"operator": "==",
"value": "${currentUserId}"
}
]
},Bugfixes
Last updated