~fabien-morin/unifield-web/fm-us-3381

« back to all changes in this revision

Viewing changes to addons/openerp/static/javascript/openerp/openerp.base.js

  • Committer: jf
  • Date: 2017-09-12 09:56:16 UTC
  • mfrom: (4860.2.2 trunk)
  • Revision ID: jfb@tempo-consulting.fr-20170912095616-32uintk5j6ggct3b
Tags: uf6.0rc3
US-3394 [FIX] Do not reload the current tab after popup

lp:~jr.allen/unifield-web/us-3394

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
                // base model
218
218
                window.top.editRecord(terp_id);
219
219
            }
220
 
            else {
221
 
                // no terp_id specified, or within a dialog: simply reload the
222
 
                // current view on base model
223
 
                jQuery("#view-selector .active").click();
224
 
            }
225
220
            break;
226
221
        case 'iframe':
227
222
            openLinkFrame(action_url);