From de8aa48b8317b98c7a4b468e38db495dc083bd9c Mon Sep 17 00:00:00 2001 From: Tanmay Deep Sharma <32020192+tds-1@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:46:53 +0530 Subject: [PATCH] feat: make assignment_v2 feature available to all accounts (#13764) ## Description Makes the assignment_v2 feature flag available to all installations by removing the chatwoot_internal restriction. Previously this feature was hidden from self-hosted installations; this change surfaces it in the feature flags UI so any Chatwoot instance can enable it. ## Type of change - [ ] New feature (non-breaking change which adds functionality) ## Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules --- config/features.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/features.yml b/config/features.yml index eed6a9da1..41515ff64 100644 --- a/config/features.yml +++ b/config/features.yml @@ -191,7 +191,6 @@ - name: assignment_v2 display_name: Assignment V2 enabled: false - chatwoot_internal: true - name: twilio_content_templates display_name: Twilio Content Templates enabled: false