Vishmita Jadeja (openerp) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1067322-vja into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1067322 in OpenERP Addons: "[Trunk] Process view  displays content with 
html code in header"
  https://bugs.launchpad.net/openobject-addons/+bug/1067322

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1067322-vja/+merge/129872


Process view displays content with html code in header
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1067322-vja/+merge/129872
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1067322-vja.
=== modified file 'process/static/src/js/process.js'
--- process/static/src/js/process.js	2012-10-15 13:33:34 +0000
+++ process/static/src/js/process.js	2012-10-16 12:42:22 +0000
@@ -5,7 +5,7 @@
     start: function() {
         var self = this;
         var _super = this._super();
-        this.process_help = this.action ? this.action.help : '';
+        this.process_help = this.action ? $(this.action.help).text() : '';
         if(this.action) {
             this.process_model = this.action.res_model;
         } else {

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to