Purnendu Singh (OpenERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-addons_16_dms-hip into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-addons_16_dms-hip/+merge/130500
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-addons_16_dms-hip/+merge/130500
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-addons_16_dms-hip.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2012-10-18 06:37:03 +0000
+++ addons/web/static/src/css/base.css	2012-10-19 09:24:21 +0000
@@ -1306,6 +1306,7 @@
 }
 .openerp .oe_application a {
   color: #7c7bad;
+  word-break: break-all;
 }
 .openerp .oe_application a:hover {
   text-decoration: underline;

=== modified file 'addons/web/static/src/js/view_list.js'
--- addons/web/static/src/js/view_list.js	2012-10-18 15:01:08 +0000
+++ addons/web/static/src/js/view_list.js	2012-10-19 09:24:21 +0000
@@ -1112,7 +1112,6 @@
         }, this);
         if (!this.$current) { return; }
         this.$current.remove();
-        this.$current = null;
     },
     get_records: function () {
         return this.records.map(function (record) {

_______________________________________________
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