attendees panel not refreshable
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
"label":"Attendees",
|
||||
"view":"crm:views/meeting/record/panels/attendees",
|
||||
"sticked": true,
|
||||
"isForm": true
|
||||
"isForm": true,
|
||||
"notRefreshable": true
|
||||
}
|
||||
],
|
||||
"detailSmall":[
|
||||
@@ -24,7 +25,8 @@
|
||||
"label":"Attendees",
|
||||
"view":"crm:views/meeting/record/panels/attendees",
|
||||
"sticked": true,
|
||||
"isForm": true
|
||||
"isForm": true,
|
||||
"notRefreshable": true
|
||||
}
|
||||
],
|
||||
"edit":[
|
||||
@@ -33,7 +35,8 @@
|
||||
"label":"Attendees",
|
||||
"view":"crm:views/meeting/record/panels/attendees",
|
||||
"sticked": true,
|
||||
"isForm": true
|
||||
"isForm": true,
|
||||
"notRefreshable": true
|
||||
}
|
||||
],
|
||||
"editSmall":[
|
||||
@@ -42,7 +45,8 @@
|
||||
"label":"Attendees",
|
||||
"view":"crm:views/meeting/record/panels/attendees",
|
||||
"sticked": true,
|
||||
"isForm": true
|
||||
"isForm": true,
|
||||
"notRefreshable": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
]
|
||||
},
|
||||
"sticked": true,
|
||||
"isForm": true
|
||||
"isForm": true,
|
||||
"notRefreshable": true
|
||||
}
|
||||
],
|
||||
"detailSmall":[
|
||||
@@ -31,7 +32,8 @@
|
||||
"label":"Attendees",
|
||||
"view":"crm:views/meeting/record/panels/attendees",
|
||||
"sticked": true,
|
||||
"isForm": true
|
||||
"isForm": true,
|
||||
"notRefreshable": true
|
||||
}
|
||||
],
|
||||
"edit":[
|
||||
@@ -40,7 +42,8 @@
|
||||
"label":"Attendees",
|
||||
"view":"crm:views/meeting/record/panels/attendees",
|
||||
"sticked": true,
|
||||
"isForm": true
|
||||
"isForm": true,
|
||||
"notRefreshable": true
|
||||
}
|
||||
],
|
||||
"editSmall":[
|
||||
@@ -49,7 +52,8 @@
|
||||
"label":"Attendees",
|
||||
"view":"crm:views/meeting/record/panels/attendees",
|
||||
"sticked": true,
|
||||
"isForm": true
|
||||
"isForm": true,
|
||||
"notRefreshable": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user