How to modify Gantt view

Hi,
How can I modify in gantt view ‘add new task’?

Thank you!

@natalie15
You should modify code of the next files:

  • modules/Project/js/main_lib.js the function click for event of $('#add_button').button — the code control the form and send data to server;
  • modules/Project/views/view.ganttchart.php the part function display after the comment <!--Create task pop-up--> — the code create the form;
  • modules/Project/controller.php the function action_update_GanttChart — the code save or update data on server;
1 Like