~unifield-team/unifield-web/oeb-181

« back to all changes in this revision

Viewing changes to addons/openerp/widgets/templates/listgrid/listgrid.mako

  • Committer: jf
  • Date: 2013-05-24 16:03:21 UTC
  • mfrom: (4708.1.2 unifield-web)
  • Revision ID: jfb@tempo-consulting.fr-20130524160321-an28w20b8lsl3vq1
UF-748 [FIX] js performance
OEB-101 [FIX] exponential call to form_onAttrChange
lp:~unifield-team/unifield-web/web-UF-748

Show diffs side-by-side

added added

removed removed

Lines of Context:
395
395
                            </script>
396
396
                        % endif
397
397
                    % endif
 
398
                    <script type="text/javascript">
 
399
                        // force attrs evaluation after listgrid loading
 
400
                        // (otherwise this won't be catched by form_hookAttrChange() as we don't have any 'id')
 
401
                        list_hookStateChange('${name}');
 
402
                        list_hookAttrChange('${name}');
 
403
                    </script>
398
404
                </td>
399
405
            </tr>
400
406
            % if pageable: