Minor Gantt chart improvements

* Task do not open anymore in a new window on the Gantt chart
* Do not display task progress for tasks with no start/end date
This commit is contained in:
Frederic Guillot
2016-05-18 20:34:36 -04:00
parent 0378b5fcf9
commit 0830fe22b7
4 changed files with 22 additions and 2698 deletions

View File

@@ -10,6 +10,8 @@ New features:
Improvements:
* Task do not open anymore in a new window on the Gantt chart
* Do not display task progress for tasks with no start/end date
* Use Gulp and Bower to manage assets
* Controller and Middleware refactoring