chore: update gantt
This commit is contained in:
parent
73479e724d
commit
2d96f5d1a5
3 changed files with 8921 additions and 796 deletions
|
|
@ -133,7 +133,7 @@ frappe.views.GanttView = class GanttView extends frappe.views.ListView {
|
|||
on_view_change: (mode) => {
|
||||
// save view mode
|
||||
me.save_view_user_settings({
|
||||
gantt_view_mode: mode,
|
||||
gantt_view_mode: mode.name,
|
||||
});
|
||||
},
|
||||
custom_popup_html: (task) => {
|
||||
|
|
@ -226,7 +226,7 @@ frappe.views.GanttView = class GanttView extends frappe.views.ListView {
|
|||
get required_libs() {
|
||||
return [
|
||||
"assets/frappe/node_modules/frappe-gantt/dist/frappe-gantt.css",
|
||||
"assets/frappe/node_modules/frappe-gantt/dist/frappe-gantt.min.js",
|
||||
"assets/frappe/node_modules/frappe-gantt/dist/frappe-gantt.umd.js",
|
||||
];
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
"fast-glob": "^3.2.5",
|
||||
"frappe-charts": "2.0.0-rc27",
|
||||
"frappe-datatable": "1.19.0",
|
||||
"frappe-gantt": "^0.6.0",
|
||||
"frappe-gantt": "^1.0.4",
|
||||
"frappe-quill-image-resize": "^3.0.9",
|
||||
"gemoji": "^8.1.0",
|
||||
"highlight.js": "^10.4.1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue