* [bug#65873,done,0.2h] fix bug.
This commit is contained in:
@@ -36,7 +36,7 @@ window.getDocActions = function(doc, deliverable)
|
||||
}
|
||||
else
|
||||
{
|
||||
actions[0] = {icon: 'eye', key: 'view', url};
|
||||
actions[0] = {icon: 'eye', key: 'view', url, target: '_blank'};
|
||||
if(doc.editable) actions[1] = {icon: 'edit', key: 'rename'};
|
||||
actions[2] = {icon: 'trash', key: 'delete'};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user