[trunk/7.0] Any change on Project Issue resets the Last Action Date
Bug #1243628 reported by
Daniel Reis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Medium
|
OpenERP R&D Addons Team 1 | |||
OpenERP Community Backports (Addons) | Status tracked in 7.0 | |||||
7.0 |
Fix Released
|
Medium
|
Daniel Reis |
Bug Description
This affects only 7.0, and has been fixed in trunk/v8.
Edit a Project Issue and just change the "Description", or try to just "log a note".
This will update the "Last Action Date" and it doesn't make sense, since only a remark or correction was added.
To make it easier to confirm, I suggest manually adding the "date_action_last" field to the form view and refreshing the page after saving the changes.
As a side effect, this also impedes "read only" users to log messages in the chatter, since this triggers an undesired write operation on the "date_action_last" field, that is forbidden by the ACLs.
Related branches
lp://staging/~dreis-pt/ocb-addons/7.0-bug1243628-dr
- Christophe CHAUVET: Approve (code review, no test)
- Holger Brunn (Therp): Approve (code review)
- Pedro Manuel Baeza: Approve (code review, no test)
-
Diff: 12 lines (+1/-1)1 file modifiedproject_issue/project_issue.py (+1/-1)
Changed in ocb-addons: | |
assignee: | nobody → Daniel Reis (dreis-pt) |
summary: |
- [7.0] Any change on Project Issue resets the Last Action Date + [trunk/7.0] Any change on Project Issue resets the Last Action Date |
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1) |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in ocb-addons: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in ocb-addons: | |
status: | Confirmed → Fix Committed |
Changed in ocb-addons: | |
status: | Fix Committed → Fix Released |
tags: | added: issue project |
To post a comment you must log in.