Skip to content

Commit

Permalink
enable admins to modify allow_guests, allow_subgroups subscription se…
Browse files Browse the repository at this point in the history
…ttings
  • Loading branch information
robguthrie committed May 13, 2024
1 parent 5d10c32 commit 4ac936b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/admin/subscriptions.rb
Expand Up @@ -46,6 +46,8 @@
row :max_threads
row :max_members
row :max_orgs
row :allow_guests
row :allow_subgroups
row :info
end

Expand All @@ -70,6 +72,8 @@
input :max_threads
input :max_members
input :max_orgs
input :allow_guests
input :allow_subgroups
input :chargify_subscription_id, label: "Chargify Subscription Id"
input :owner_id, label: "Owner Id"
end
Expand Down

0 comments on commit 4ac936b

Please sign in to comment.