From 4fbbe88ca9c48fe995bfc0416d7d0d4ce4b8123d Mon Sep 17 00:00:00 2001 From: yystopf Date: Thu, 12 Sep 2024 17:04:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=EF=BC=9Apms=5Fenable=20?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E5=86=99=E6=A8=A1=E7=B3=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/organizations/organizations/_detail.json.jbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/organizations/organizations/_detail.json.jbuilder b/app/views/organizations/organizations/_detail.json.jbuilder index 8d5cde0bb..3e23e0ebb 100644 --- a/app/views/organizations/organizations/_detail.json.jbuilder +++ b/app/views/organizations/organizations/_detail.json.jbuilder @@ -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) \ No newline at end of file +json.pms_enable EduSetting.get("pms_enable_organizations").to_s.downcase.split(",").include?(organization.login.to_s.downcase) \ No newline at end of file