Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
Entrambe le parti precedenti la revisione Revisione precedente | |||
custom:api_js_opengwgantttab [2020/01/07 16:36] giorgio.scali |
custom:api_js_opengwgantttab [2020/01/08 10:13] (versione attuale) giorgio.scali |
||
---|---|---|---|
Linea 95: | Linea 95: | ||
| | ||
//OVERRIDE PERMISSIONS: if omitted defaults for related classes are used | //OVERRIDE PERMISSIONS: if omitted defaults for related classes are used | ||
- | allowInsertProjects : false, | + | allowInsertProjects: false, |
- | allowModifyProjects : true, | + | allowModifyProjects: true, |
- | allowDeleteProjects : false, | + | allowDeleteProjects: false, |
- | allowInsertTasks : true, | + | allowInsertTasks: true, |
- | allowModifyTasks : true, | + | allowModifyTasks: true, |
- | allowDeleteTasks : true | + | allowDeleteTasks: true |
}; | }; | ||
var tabWidget = openGwGanttTab(title, options); | var tabWidget = openGwGanttTab(title, options); | ||
Linea 121: | Linea 121: | ||
//withResourceChart: true, | //withResourceChart: true, | ||
//OVERRIDE PERMISSIONS: if omitted defaults for related classes are used | //OVERRIDE PERMISSIONS: if omitted defaults for related classes are used | ||
- | allowInsertProjects : false, | + | allowInsertProjects: false, |
- | allowModifyProjects : true, | + | allowModifyProjects: true, |
- | allowDeleteProjects : false, | + | allowDeleteProjects: false, |
- | allowInsertTasks : true, | + | allowInsertTasks: true, |
- | allowModifyTasks : true, | + | allowModifyTasks: true, |
- | allowDeleteTasks : true, | + | allowDeleteTasks: true, |
allowModifyProjectsPercentage: true, | allowModifyProjectsPercentage: true, | ||
limitEditing: true, | limitEditing: true, |