Disable the Mattermost Enterprise trial upsell modal #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/disable-trial-upsell-modal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ncwadmin got the 'start a trial, enter your email' prompt today. Not a regression -- this was never actually addressed before (Phase 3's license-gate removals unlocked features, not this separate promotional flow).
Root cause: show_start_trial_modal.tsx auto-opens once an instance crosses 10 non-bot users + 6hrs uptime, if unlicensed. Confirmed via live DB: 13 non-bot users (crossed 10 with the June 2 tech-onboarding batch); trial_modal_auto_shown is now true for both System Admins (ncwadmin, tyler).
Disabled the component outright -- the entire request-a-trial-license-from-Mattermost flow is irrelevant to this fork. Test rewritten to match.