mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
更改:pms_enable 大小写模糊
This commit is contained in:
@@ -18,4 +18,4 @@ json.memo organization.memo
|
||||
json.news_title organization.news_title
|
||||
json.news_url organization.news_url
|
||||
json.enabling_cla organization.enabling_cla
|
||||
json.pms_enable EduSetting.get("pms_enable_organizations").to_s.split(",").include?(organization.login.to_s.downcase)
|
||||
json.pms_enable EduSetting.get("pms_enable_organizations").to_s.downcase.split(",").include?(organization.login.to_s.downcase)
|
||||
Reference in New Issue
Block a user