Gantt view has fixed coded progress instead of taking from task
Bug #1383171 reported by
Etienne Hirt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenERP Community Backports (Addons) |
New
|
Undecided
|
Unassigned | ||
OpenERP Community Backports (Server) |
New
|
Undecided
|
Unassigned | ||
OpenERP Community Backports (Web) |
New
|
Undecided
|
Unassigned |
Bug Description
Gantt view has fixed coded progress of 100 instead of taking from task.
Proposed fix corrects this for both the task progress and tooltip
In order to make it work it has to be fixed in:
* server
* web
* and addon/project
Related branches
lp://staging/~hirt/ocb-server/6.1_ocb-server_gantt_progress
Ready for review
for merging
into
lp://staging/ocb-server/6.1
- Pedro Manuel Baeza: Approve (code review)
-
Diff: 11 lines (+1/-0)1 file modifiedopenerp/addons/base/rng/view.rng (+1/-0)
lp://staging/~hirt/ocb-web/6.1_ocb-web_gantt_progress
Ready for review
for merging
into
lp://staging/ocb-web/6.1
- OpenERP Community Backports: Pending requested
-
Diff: 119 lines (+22/-9)2 files modifiedaddons/web_gantt/static/lib/dhtmlxGantt/sources/dhtmlxgantt.js (+9/-6)
addons/web_gantt/static/src/js/gantt.js (+13/-3)
lp://staging/~hirt/ocb-addons/6.1-ocb-addons_gantt_progress
Ready for review
for merging
into
lp://staging/ocb-addons/6.1
- OpenERP Community Backports: Pending requested
-
Diff: 19 lines (+2/-1)1 file modifiedproject/project_view.xml (+2/-1)
To post a comment you must log in.