Bug #6466
openView Matter (Legal / General) : Selected corporate client name not displayed in view list of matters.
0%
Description
Description:
In the Matter list, the selected corporate client name is not displayed in the Client field for recently created matters.
- Log in to Lexiz.
- Click on the menu.
- Click on Matter.
- Open Legal Matter or General Matter.
- Scroll down to the list of matters.
- Check a recently created matter with a DGC client.
Actual Result:
The Client field is empty.
The selected corporate client name does not appear.
Expected Result:
The selected corporate client name should be displayed in the Client field.
Notes:
Applicable for all user accounts.
Applicable for both Legal and General matters.
Files
Updated by kumar r about 7 hours ago
- Status changed from New to Feedback
- Assignee changed from kumar r to muskan mathur
When we create matter using corporate client in dev2 client name is appear in matter listing in "corporate", but in stage api return empty in corporate.
Dev2
"matters": [
{
"id": "694e494fa1db721a6921bb07",
"created_on": "Dec 26, 2025",
"owner": {
"id": "68244d00a1db720502596e14",
"name": "Soundarya DLF SU"
},
"title": "corporate client",
"caseType": "",
"caseNumber": "",
"status": "Active",
"tags": {},
"date_of_filling": "",
"groups": [],
"corporate": [
{
"id": "65795c6ea1db720413cd2893",
"name": "Akhila DG counsels",
"relid": "",
"pending": "False",
"type": "corporate"
}
],
"clients": [],
"is_editable": true,
"isdisabled": false,
"matter_id": "SOU419845",
"created_date": "2025-12-26T00:00:00"
}
Stage: {"id": "694e2e75fffd8f0a68210c2f", "created_on": "Dec 26, 2025", "owner": {"id": "685102f8fffd8f05b3d853a7", "name": "Soundarya SCF SU"}, "title": "new chk matter", "caseType": "", "caseNumber": "", "status": "Active", "tags": {}, "date_of_filling": "", "groups": [], "corporate": [], "clients": [], "is_editable": true, "isdisabled": false, "matter_id": "SOU927814", "created_date": "2025-12-26T00:00:00"}