mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
update file urls
This commit is contained in:
@@ -32,7 +32,7 @@ erpnext.ActivityFeed = Class.extend({
|
||||
},
|
||||
scrub_data: function(data) {
|
||||
data.by = wn.user_info(data.owner).fullname;
|
||||
data.imgsrc = wn.user_info(data.owner).image;
|
||||
data.imgsrc = wn.utils.get_file_link(wn.user_info(data.owner).image);
|
||||
|
||||
// feedtype
|
||||
if(!data.feed_type) {
|
||||
|
||||
Reference in New Issue
Block a user