return;
} else {
location.href = /* go to the details page for this fund */
- '[% ctx.base_uri %]/acq/fund/view/'+fundId;
+ '[% ctx.base_path %]/acq/fund/view/'+fundId;
}
}
);
if(!item) return;
var name = this.grid.store.getValue(item, 'name');
var id = this.grid.store.getValue(item, 'id');
- return '<a href="[% ctx.base_uri %]/acq/fund/view/'+id+'">'+name+'</a>';
+ return '<a href="[% ctx.base_path %]/acq/fund/view/'+id+'">'+name+'</a>';
}
</script>