Add a modal under feature flag for members invite
Compare changes
Files
2@@ -3,7 +3,6 @@
@@ -24,7 +23,6 @@
Introduce a feature flag 'overage_members_modal' and show a modal when this FF when adding new members to a group.
The modal will be shown if the group has a subscription and adding a new member to it will cause overage.
This is a first part of implementing this modal, currently the condition is not accounting for case when users added are already members of top level group, there will be a follow-up to iterate on it.
Related to #348486 (closed)
Screen_Recording_2022-01-14_at_13.34.42
(guess what, we have exactly this case as a placeholder for this section!)
Feature.enable(:overage_members_modal)
invite members
buttonThis checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.