Enabling Delete icon at relationship search result grid
AnsweredDelete icon at relationship search result grid not appearing. I tried this config <rock-entity-relationship-search-result-actions_tenant.json> but it is not working. Even at the owned entity level, it is not enabling.
{
"metaInfo": {
"dataIndex": "config",
"collectionName": "configObjects",
"responseObjectName": "response"
},
"configObjects": [
{
"id": "rock-entity-relationship-search-result-actions_uiConfig",
"name": "rock-entity-relationship-search-result-actions",
"type": "uiConfig",
"data": {
"contexts": [
{
"context": {
"component": "rock-entity-relationship-search-result-actions"
},
"jsonData": {
"config": {
"upDirectionConfig": {
"visible": "true",
"toolbarConfig": {
"buttonItems": {
"basic": {
"buttons": {
"delete": {
"visible": true
}
}
}
}
}
},
"toolbarConfig": {
"buttonItems": {
"basic": {
"buttons": {
"delete": {
"visible": true
}
}
}
}
}
}
}
}
]
}
}
]
}
0
-
Official comment
Configuration JSON looks good. Please verify the Authorization Model permissions for the relationship. Provide Delete permission in the Auth Model, in case the necessary permissions are missing.
Please sign in to leave a comment.
Comments
1 comment