mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] add active_id to url
This commit is contained in:
@@ -129,6 +129,8 @@ openerp.web_last_viewed_records = function(instance){
|
||||
}
|
||||
if (view_type=='form' && !url['id'])
|
||||
return false;
|
||||
if (act.context && act.context.active_id)
|
||||
url['active_id'] = act.context.active_id;
|
||||
var last_viewed_item = {
|
||||
'title': title,
|
||||
'url': url,
|
||||
|
||||
Reference in New Issue
Block a user