Browse Source

bugfix

pull/1/head
Muhammad Sulaiman Yusuf 2 years ago
parent
commit
d943420172
  1. 2
      edit-mode/function/ganttConfig.js

2
edit-mode/function/ganttConfig.js

@ -318,7 +318,7 @@ var allColumns = [
return `<div class="d-flex justify-content-center align-items-center" data-toggle="modal" data-target="#modal-material" style="min-width:100%;height:100%;">
${html}
</div>`
// } },
} },
{ name: "tools", label: "Tools", align: "center", min_width: 150, resize: true, template: function (text) {
if(text.type=="project" || text.type=="milestone"){
return;

Loading…
Cancel
Save