Bug #4397
openDocuments (View): When previewing the existing uploaded documents, the wrong time is captured in the 'Created On' field.
0%
Description
Steps:-
Steps:-
1.Login with DG-Counsel
2.Go to the Document Modules
3.Select the view tab and preview the recently uploaded documents
4.The Created on fields captured the 'Wrong time'
5.This action should be restricted. there user uploaded time only appear there
Files
Updated by kumar r 18 days ago
- Status changed from New to Feedback
- Assignee changed from kumar r to Anantha kumar
Its get from the api filter api, check with web and back-end team.
https://api.staging.digicoffer.com/professional/v3/document/filter
PUT
{
"error": false,
"data": [
{
"filename": "DocXLSX.xlsx",
"name": "Docgrp d",
"description": "DocXLSX",
"id": "67f37a3ffffd8f7f43be5d29",
"created": "Apr 07, 2025, 12:39 PM",
"category": "firm",
"expiration_date": "NA",
"uploaded_by": "Ananth kumar",
"content_type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"groups": [
"67f37641fffd8f5e4b57e2da"
],
"groups_acls": [
{
"id": "67f37641fffd8f5e4b57e2da",
"name": "Group D"
}
],
"clients": [],
"matters": [
"67f3a0dbfffd8f5e4a3dda72"
],
"matter_details": [],
"isdisabled": false,
"is_disabled": false,
"tags": {},
"tag": [],
"is_encrypted": false,
"is_password": false,
"added_encryption": false
},
{
"filename": "XLS ENC 040725.xls",
"name": "XLS ENC 040725.xls",
"description": "XLS ENC 040725",
"id": "67f3a95efffd8f044b9e2672",
"created": "Apr 07, 2025, 04:00 PM",
"category": "firm",
"expiration_date": "NA",
"uploaded_by": "Ananth kumar",
"content_type": "application/vnd.ms-excel",
"groups": [
"67f37641fffd8f5e4b57e2da"
],
"groups_acls": [
{
"id": "67f37641fffd8f5e4b57e2da",
"name": "Group D"
}
],
"clients": [],
"matters": [
"67f3a0dbfffd8f5e4a3dda72"
],
"matter_details": [],
"isdisabled": false,
"is_disabled": false,
"tags": {},
"tag": [],
"is_encrypted": false,
"is_password": false,
"added_encryption": false
},
{
"filename": "TXT ENC 040725.txt",
"name": "TXT ENC 040725.txt",
"description": "TXT ENC 040725",
"id": "67f3a960fffd8f044b9e2674",
"created": "Apr 07, 2025, 04:00 PM",
"category": "firm",
"expiration_date": "NA",
"uploaded_by": "Ananth kumar",
"content_type": "text/rtf",
"groups": [
"67f37641fffd8f5e4b57e2da"
],
"groups_acls": [
{
"id": "67f37641fffd8f5e4b57e2da",
"name": "Group D"
}
],
"clients": [],
"matters": [
"67f3a0dbfffd8f5e4a3dda72"
],
"matter_details": [],
"isdisabled": false,
"is_disabled": false,
"tags": {},
"tag": [],
"is_encrypted": false,
"is_password": false,
"added_encryption": true
},
{
"filename": "DOC ENC 040725.doc",
"name": "DOC ENC 040725.doc",
"description": "DOC ENC 040725",
"id": "67f3a97efffd8f044b9e2676",
"created": "Apr 07, 2025, 04:01 PM",
"category": "firm",
"expiration_date": "NA",
"uploaded_by": "Ananth kumar",
"content_type": "application/msword",
"groups": [
"67f37641fffd8f5e4b57e2da"
],
"groups_acls": [
{
"id": "67f37641fffd8f5e4b57e2da",
"name": "Group D"
}
],
"clients": [],
"matters": [
"67f3a0dbfffd8f5e4a3dda72"
],
"matter_details": [],
"isdisabled": false,
"is_disabled": false,
"tags": {},
"tag": [],
"is_encrypted": false,
"is_password": false,
"added_encryption": true
},
{
"filename": "RTF ENC 040725.rtf",
"name": "RTF ENC 040725.rtf",
"description": "RTF ENC 040725",
"id": "67f3a99dfffd8f044b9e2678",
"created": "Apr 07, 2025, 04:01 PM",
"category": "firm",
"expiration_date": "NA",
"uploaded_by": "Ananth kumar",
"content_type": "rtf",
"groups": [
"67f37641fffd8f5e4b57e2da"
],
"groups_acls": [
{
"id": "67f37641fffd8f5e4b57e2da",
"name": "Group D"
}
],
"clients": [],
"matters": [
"67f3a0dbfffd8f5e4a3dda72"
],
"matter_details": [],
"isdisabled": false,
"is_disabled": false,
"tags": {},
"tag": [],
"is_encrypted": false,
"is_password": false,
"added_encryption": true
}
}