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/provider/view/'+id+'">'+name+'</a>';
+ return '<a href="[% ctx.base_path %]/acq/provider/view/'+id+'">'+name+'</a>';
}
</script>
<div dojoType="dijit.layout.ContentPane" layoutAlign="top">