Browse Source

重新计算组织成员数量

pull/347/head
xxq250 2 years ago
parent
commit
d96a33fca4
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app/views/template_message_settings/_detail.json.jbuilder

+ 2
- 1
app/views/template_message_settings/_detail.json.jbuilder View File

@@ -3,6 +3,7 @@ json.type_name type.constantize.type_name
json.total_settings_count count
json.settings do
json.array! type.constantize.openning.limit(100).each do |setting|
json.(setting, :name, :key, :notification_disabled, :email_disabled)
json.(setting, :name, :key, :email_disabled)
json.notification_disabled false
end
end

Loading…
Cancel
Save