mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
lastViewed param usage
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
"aclFieldLevelDisabled": true,
|
||||
"customizable": false,
|
||||
"importable": true,
|
||||
"lastViewed": true,
|
||||
"stars": true
|
||||
}
|
||||
|
||||
@@ -11,5 +11,6 @@
|
||||
"aclPortalFieldLevelDisabled": true,
|
||||
"customizable": false,
|
||||
"importable": true,
|
||||
"disabled": false
|
||||
"disabled": false,
|
||||
"lastViewed": true
|
||||
}
|
||||
|
||||
@@ -315,6 +315,10 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"lastViewed": {
|
||||
"type": "boolean",
|
||||
"description": "Force to be available in Last Viewed."
|
||||
},
|
||||
"entityManager": {
|
||||
"description": "Entity manager items availability.",
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user