fix: avoid linking to ephemeral virtual docs
This commit is contained in:
parent
13c74ec231
commit
448991d74a
2 changed files with 3 additions and 4 deletions
|
|
@ -83,10 +83,9 @@
|
|||
},
|
||||
{
|
||||
"fieldname": "job_id",
|
||||
"fieldtype": "Link",
|
||||
"fieldtype": "Data",
|
||||
"label": "Job ID",
|
||||
"no_copy": 1,
|
||||
"options": "RQ Job",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
|
|
@ -106,7 +105,7 @@
|
|||
],
|
||||
"in_create": 1,
|
||||
"links": [],
|
||||
"modified": "2023-07-01 18:29:12.700239",
|
||||
"modified": "2024-03-07 12:01:58.209879",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "Prepared Report",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class PreparedReport(Document):
|
|||
|
||||
error_message: DF.Text | None
|
||||
filters: DF.SmallText | None
|
||||
job_id: DF.Link | None
|
||||
job_id: DF.Data | None
|
||||
queued_at: DF.Datetime | None
|
||||
queued_by: DF.Data | None
|
||||
report_end_time: DF.Datetime | None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue