diff --git a/application/Espo/Resources/metadata/entityDefs/PortalRole.json b/application/Espo/Resources/metadata/entityDefs/PortalRole.json index bc3c7217ac..dac1d94e0d 100644 --- a/application/Espo/Resources/metadata/entityDefs/PortalRole.json +++ b/application/Espo/Resources/metadata/entityDefs/PortalRole.json @@ -25,6 +25,14 @@ "default": "not-set", "tooltip": true, "translation": "Role.options.levelList" + }, + "createdAt": { + "type": "datetime", + "readOnly": true + }, + "modifiedAt": { + "type": "datetime", + "readOnly": true } }, "links": { diff --git a/application/Espo/Resources/metadata/entityDefs/Role.json b/application/Espo/Resources/metadata/entityDefs/Role.json index 0f1553d385..4ce78aa098 100644 --- a/application/Espo/Resources/metadata/entityDefs/Role.json +++ b/application/Espo/Resources/metadata/entityDefs/Role.json @@ -60,6 +60,14 @@ }, "fieldData": { "type": "jsonObject" + }, + "createdAt": { + "type": "datetime", + "readOnly": true + }, + "modifiedAt": { + "type": "datetime", + "readOnly": true } }, "links": { diff --git a/application/Espo/Resources/metadata/entityDefs/Team.json b/application/Espo/Resources/metadata/entityDefs/Team.json index 4539f451e0..78e47398cd 100644 --- a/application/Espo/Resources/metadata/entityDefs/Team.json +++ b/application/Espo/Resources/metadata/entityDefs/Team.json @@ -21,6 +21,10 @@ "createdAt": { "type": "datetime", "readOnly": true + }, + "modifiedAt": { + "type": "datetime", + "readOnly": true } }, "links": { diff --git a/application/Espo/Resources/metadata/entityDefs/User.json b/application/Espo/Resources/metadata/entityDefs/User.json index 7f0efee046..9600ff2238 100644 --- a/application/Espo/Resources/metadata/entityDefs/User.json +++ b/application/Espo/Resources/metadata/entityDefs/User.json @@ -265,6 +265,10 @@ "type": "datetime", "readOnly": true }, + "modifiedAt": { + "type": "datetime", + "readOnly": true + }, "createdBy": { "type": "link", "readOnly": true,