mirror of
https://github.com/directus/directus.git
synced 2026-01-30 15:58:22 -05:00
Add cast-timestamp field flag to system tables (#13429)
This commit is contained in:
@@ -37,6 +37,9 @@ fields:
|
||||
|
||||
- field: timestamp
|
||||
display: datetime
|
||||
special:
|
||||
- date-created
|
||||
- cast-timestamp
|
||||
options:
|
||||
relative: true
|
||||
width: half
|
||||
|
||||
@@ -8,7 +8,9 @@ fields:
|
||||
- field: panels
|
||||
special: o2m
|
||||
- field: date_created
|
||||
special: date-created
|
||||
special:
|
||||
- date-created
|
||||
- cast-timestamp
|
||||
- field: user_created
|
||||
special: user-created
|
||||
- field: note
|
||||
|
||||
@@ -3,7 +3,9 @@ table: directus_notifications
|
||||
fields:
|
||||
- field: id
|
||||
- field: timestamp
|
||||
special: date-created
|
||||
special:
|
||||
- date-created
|
||||
- cast-timestamp
|
||||
- field: status
|
||||
- field: recipient
|
||||
- field: sender
|
||||
|
||||
@@ -17,7 +17,9 @@ fields:
|
||||
- field: options
|
||||
special: cast-json
|
||||
- field: date_created
|
||||
special: date-created
|
||||
special:
|
||||
- date-created
|
||||
- cast-timestamp
|
||||
- field: user_created
|
||||
special: user-created
|
||||
- field: dashboard
|
||||
|
||||
@@ -51,7 +51,9 @@ fields:
|
||||
readonly: true
|
||||
|
||||
- field: date_created
|
||||
special: date-created
|
||||
special:
|
||||
- date-created
|
||||
- cast-timestamp
|
||||
width: half
|
||||
readonly: true
|
||||
conditions:
|
||||
|
||||
Reference in New Issue
Block a user