Initial commit
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"view": "crm:views/dashlets/tasks",
|
||||
"aclScope": "Task",
|
||||
"entityType": "Task",
|
||||
"options": {
|
||||
"view": "views/dashlets/options/record-list",
|
||||
"fields": {
|
||||
"title": {
|
||||
"type": "varchar",
|
||||
"required": true
|
||||
},
|
||||
"autorefreshInterval": {
|
||||
"type": "enumFloat",
|
||||
"options": [0, 0.5, 1, 2, 5, 10]
|
||||
},
|
||||
"displayRecords": {
|
||||
"type": "int",
|
||||
"min": 1,
|
||||
"max": 20
|
||||
},
|
||||
"expandedLayout": {
|
||||
"type": "base",
|
||||
"view": "views/dashlets/fields/records/expanded-layout"
|
||||
},
|
||||
"includeShared": {
|
||||
"type": "bool"
|
||||
}
|
||||
},
|
||||
"defaults": {
|
||||
"orderBy": "dateUpcoming",
|
||||
"order": "asc",
|
||||
"displayRecords": 5,
|
||||
"includeShared": false,
|
||||
"expandedLayout": {
|
||||
"rows": [
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "status"
|
||||
},
|
||||
{
|
||||
"name": "dateEnd",
|
||||
"soft": true
|
||||
},
|
||||
{
|
||||
"name": "parent"
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"searchData": {
|
||||
"bool": {
|
||||
"onlyMy": true
|
||||
},
|
||||
"primary": "actualStartingNotInFuture"
|
||||
}
|
||||
},
|
||||
"layout": [
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "title"},
|
||||
{"name": "autorefreshInterval"}
|
||||
],
|
||||
[
|
||||
{"name": "displayRecords"},
|
||||
{"name": "includeShared"}
|
||||
],
|
||||
[
|
||||
{"name": "expandedLayout"},
|
||||
false
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"accessDataList": [
|
||||
{
|
||||
"inPortalDisabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user