← Back to team overview

openerp-india team mailing list archive

[Bug 1026080] Re: email_template: Compose Email wizard uses wrong record to apply templates

 

Hello Daniel,

I have checked your full describe issue. But it's working fine for me.
I have tested with following Revision no:

SERVER : 4245
ADD-ONS : 6908
WEB : 2414

For your more reference ,I have attached video .Please check it.
If I missed something, correct me

Thanks..!!!


** Attachment added: "Watch this video for more info..!!"
   https://bugs.launchpad.net/openobject-addons/+bug/1026080/+attachment/3243505/+files/prj_issue.ogv

** Changed in: openobject-addons
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1026080

Title:
  email_template: Compose Email wizard uses wrong record to apply
  templates

Status in OpenERP Addons (modules):
  Incomplete

Bug description:
  This was found in Project Issue's "Communication & History" tab, but it's generic to the Email templates:
  (a) Select a Project issue record, and go to "Communication & History" tab, "Send New Email" button
  (b) At the "Compose Email" wizard, click on the button to "Use a message template" and select a previously created template from the list.
  The template will be rendered for an issue that's not the one selected in the first place.

  My debugging effort concluded that, at the beginning of (b), the context['active_id'] is correct.
  The bug arises when you press the "Use a message template" button: this calls a "_reopen()" mehod that forces a reload that changes the context's active_id to the wizard model's records, losing the id of the original record.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1026080/+subscriptions


References