论坛资源允许下载
This commit is contained in:
parent
88c2db47b7
commit
ef2f142f62
|
@ -1936,6 +1936,8 @@ module ApplicationHelper
|
||||||
candown = true
|
candown = true
|
||||||
elsif attachment.container.class.to_s=="BlogComment" #博客资源允许下载
|
elsif attachment.container.class.to_s=="BlogComment" #博客资源允许下载
|
||||||
candown = true
|
candown = true
|
||||||
|
elsif attachment.container.class.to_s=="Memo" #论坛资源允许下载
|
||||||
|
candown = true
|
||||||
elsif attachment.container.class.to_s == "User"
|
elsif attachment.container.class.to_s == "User"
|
||||||
candown = (attachment.is_public == 1 || attachment.is_public == true || attachment.author_id == User.current.id)
|
candown = (attachment.is_public == 1 || attachment.is_public == true || attachment.author_id == User.current.id)
|
||||||
elsif attachment.container_type == "Bid" && attachment.container && attachment.container.courses
|
elsif attachment.container_type == "Bid" && attachment.container && attachment.container.courses
|
||||||
|
|
Loading…
Reference in New Issue