From 421fba24c247eebb12331df0de81a8900e8d9c8c Mon Sep 17 00:00:00 2001 From: xxq250 Date: Thu, 12 Sep 2024 10:07:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E9=85=8D=E7=BD=AE=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=8F=AF=E5=BC=80=E5=90=AFpms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/organizations/organizations/_detail.json.jbuilder | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/organizations/organizations/_detail.json.jbuilder b/app/views/organizations/organizations/_detail.json.jbuilder index 1968e78c8..8d5cde0bb 100644 --- a/app/views/organizations/organizations/_detail.json.jbuilder +++ b/app/views/organizations/organizations/_detail.json.jbuilder @@ -17,4 +17,5 @@ json.news_content organization.news_content json.memo organization.memo json.news_title organization.news_title json.news_url organization.news_url -json.enabling_cla organization.enabling_cla \ No newline at end of file +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